Html Css Color HEX #911976 Dark Purple

📋 copy color: '#911976'

red 145 ◦ green 25 ◦ blue 118

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

Shades of Dark Purple #911976

Tints of Dark Purple #911976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

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

R = 50.35%
G = 8.68%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#911976 (or 0x911976) is known color: Dark Purple. HEX triplet: 91, 19 and 76. RGB value is (145,25,118). Sum of RGB (Red+Green+Blue) = 145+25+118=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #911976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911976 is #6EE689. Grayscale: #474747. Windows color (decimal): -7267978 or 7739793. OLE color: 7739793.

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

Color convert

RGB 145 25 118 -
CMYK 0 0.83 0.19 0.43
HSL 313.5º 0.71% 0.33% -
HSV(B) 313.5º 0.83% 0.57% -
XYZ 15.29 8.02 17.88 -
YUV 71.48 154.26 180.44 -
System Red Green Blue C M Y K H S L
Decimal 145 25 118 0 0.83 0.19 0.43 313.5 0.71 0.33
Hex 91 19 76 0 53 13 2B 13A 47 21
Octal 221 31 166 0 123 23 53 472 107 41
Binary 10010001 11001 1110110 0 1010011 10011 101011 100111010 1000111 100001

Color Harmonies of #911976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911976

Black with #911976

Text Example


Text Example

White with #911976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911976; }

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

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

background-color css

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

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

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

border-color css

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

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

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