Html Css Color HEX #911776 Dark Purple

📋 copy color: '#911776'

red 145 ◦ green 23 ◦ blue 118

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

Shades of Dark Purple #911776

Tints of Dark Purple #911776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 50.7%
G = 8.04%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#911776 (or 0x911776) is known color: Dark Purple. HEX triplet: 91, 17 and 76. RGB value is (145,23,118). Sum of RGB (Red+Green+Blue) = 145+23+118=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #911776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911776 is #6EE889. Grayscale: #464646. Windows color (decimal): -7268490 or 7739281. OLE color: 7739281.

HSL color Cylindrical-coordinate representation of color #911776: hue angle of 313.28º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911776 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 23 118 -
CMYK 0 0.84 0.19 0.43
HSL 313.28º 0.73% 0.33% -
HSV(B) 313.28º 0.84% 0.57% -
XYZ 15.25 7.94 17.87 -
YUV 70.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 145 23 118 0 0.84 0.19 0.43 313.28 0.73 0.33
Hex 91 17 76 0 54 13 2B 139 49 21
Octal 221 27 166 0 124 23 53 471 111 41
Binary 10010001 10111 1110110 0 1010100 10011 101011 100111001 1001001 100001

Color Harmonies of #911776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911776

Black with #911776

Text Example


Text Example

White with #911776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911776; }

 p { color: rgb(145,23,118); }

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

background-color css

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

 a { background-color: rgb(145,23,118); }

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

border-color css

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

 span { border-color: rgb(145,23,118); }

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