Html Css Color HEX #911DB5 Dark Orchid

📋 copy color: '#911DB5'

red 145 ◦ green 29 ◦ blue 181

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

Shades of Dark Orchid #911DB5

Tints of Dark Orchid #911DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.99%

R = 40.85%
G = 8.17%
B = 50.99%

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

#911DB5 (or 0x911DB5) is known color: Dark Orchid. HEX triplet: 91, 1D and B5. RGB value is (145,29,181). Sum of RGB (Red+Green+Blue) = 145+29+181=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #911DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DB5 is #6EE24A. Grayscale: #505050. Windows color (decimal): -7266891 or 11869585. OLE color: 11869585.

HSL color Cylindrical-coordinate representation of color #911DB5: hue angle of 285.79º degrees, saturation: 0.72, 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 #911DB5 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 29 181 -
CMYK 0.20 0.84 0 0.29
HSL 285.79º 0.72% 0.41% -
HSV(B) 285.79º 0.84% 0.71% -
XYZ 20.46 10.23 44.61 -
YUV 81.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 145 29 181 0.20 0.84 0 0.29 285.79 0.72 0.41
Hex 91 1D B5 14 54 0 1D 11E 48 29
Octal 221 35 265 24 124 0 35 436 110 51
Binary 10010001 11101 10110101 10100 1010100 0 11101 100011110 1001000 101001

Color Harmonies of #911DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911DB5

Black with #911DB5

Text Example


Text Example

White with #911DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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