Html Css Color HEX #911DB6 Dark Orchid

📋 copy color: '#911DB6'

red 145 ◦ green 29 ◦ blue 182

#911DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #911DB6

Tints of Dark Orchid #911DB6

RGB

 RED value IS 145 (57.03% from 255) = 40.73%

 GREEN value IS 29 (11.72% from 255) = 8.15%

 BLUE value IS 182 (71.48% from 255) = 51.12%

R = 40.73%
G = 8.15%
B = 51.12%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#911DB6 (or 0x911DB6) is known color: Dark Orchid. HEX triplet: 91, 1D and B6. RGB value is (145,29,182). Sum of RGB (Red+Green+Blue) = 145+29+182=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #911DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DB6 is #6EE249. Grayscale: #505050. Windows color (decimal): -7266890 or 11935121. OLE color: 11935121.

HSL color Cylindrical-coordinate representation of color #911DB6: hue angle of 285.49º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911DB6 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 29 182 -
CMYK 0.20 0.84 0 0.29
HSL 285.49º 0.73% 0.41% -
HSV(B) 285.49º 0.84% 0.71% -
XYZ 20.56 10.28 45.16 -
YUV 81.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 145 29 182 0.20 0.84 0 0.29 285.49 0.73 0.41
Hex 91 1D B6 14 54 0 1D 11D 49 29
Octal 221 35 266 24 124 0 35 435 111 51
Binary 10010001 11101 10110110 10100 1010100 0 11101 100011101 1001001 101001

Color Harmonies of #911DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DB6

Black with #911DB6

Text Example


Text Example

White with #911DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,29,182); }

 H1.HeaderClassName
 {
   color: #911DB6;
 }
 .AnyTagClassName
 {
   color: #911DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(145,29,182); }

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

border-color css

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

 span { border-color: rgb(145,29,182); }

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