#911bbd

Color #911BBD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #911BBD

Tints of Dark Orchid #911BBD

Color information

#911BBD (or 0x911BBD) is unknown color: approx Dark Orchid. HEX triplet: 91, 1B and BD. RGB value is (145,27,189). Sum of RGB (Red+Green+Blue) = 145+27+189=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #911BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BBD is #6EE442. Grayscale: #505050. Windows color (decimal): -7267395 or 12393361. OLE color: 12393361.

HSL color Cylindrical-coordinate representation of color #911BBD: hue angle of 283.7º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911BBD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14527189-
CMYK0.230.8600.26
HSL283.7º75%42.35%-
HSV(B)283.7º85.71%74.12%-
XYZ21.2510.4849.05-
YUV80.75189.09173.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 27 (10.94% from 255) = 7.48%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=40.17%
G=7.48%
B=52.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145271890.230.8600.26283.77542.35
Hex911BBD175601A11c4b2a
Octal221332752712603243411352
Binary1001000111011101111011011110101100110101000111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911bbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911bbd; }

 p { color: rgb(145,27,189); }

 H1.HeaderClassName
 {
   color: #911bbd;
 }
 .AnyTagClassName
 {
   color: #911bbd;
 }
</style>
background-color css

<style>
 a { background-color: #911bbd; }

 a { background-color: rgb(145,27,189); }

 div.DivClassName
 {
   background-color: #911bbd;
 }
 .BgClassName
 {
   background-color: #911bbd;
 }
</style>
border-color css

<style>
 span { border-color: #911bbd; }

 span { border-color: rgb(145,27,189); }

 td.TdClassName
 {
   border-color: #911bbd;
 }
 .TagClassName
 {
   border-color: #911bbd;
 }
</style>