Html Css Color HEX #911176 Dark Purple

📋 copy color: '#911176'

red 145 ◦ green 17 ◦ blue 118

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

Shades of Dark Purple #911176

Tints of Dark Purple #911176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

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

R = 51.79%
G = 6.07%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#911176 (or 0x911176) is known color: Dark Purple. HEX triplet: 91, 11 and 76. RGB value is (145,17,118). Sum of RGB (Red+Green+Blue) = 145+17+118=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #911176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911176 is #6EEE89. Grayscale: #424242. Windows color (decimal): -7270026 or 7737745. OLE color: 7737745.

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

Color convert

RGB 145 17 118 -
CMYK 0 0.88 0.19 0.43
HSL 312.66º 0.79% 0.32% -
HSV(B) 312.66º 0.88% 0.57% -
XYZ 15.15 7.73 17.83 -
YUV 66.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 145 17 118 0 0.88 0.19 0.43 312.66 0.79 0.32
Hex 91 11 76 0 58 13 2B 139 4F 20
Octal 221 21 166 0 130 23 53 471 117 40
Binary 10010001 10001 1110110 0 1011000 10011 101011 100111001 1001111 100000

Color Harmonies of #911176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911176

Black with #911176

Text Example


Text Example

White with #911176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911176; }

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

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

background-color css

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

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

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

border-color css

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

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

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