Html Css Color HEX #911179 Dark Purple

📋 copy color: '#911179'

red 145 ◦ green 17 ◦ blue 121

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

Shades of Dark Purple #911179

Tints of Dark Purple #911179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 51.24%
G = 6.01%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#911179 (or 0x911179) is known color: Dark Purple. HEX triplet: 91, 11 and 79. RGB value is (145,17,121). Sum of RGB (Red+Green+Blue) = 145+17+121=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #911179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911179 is #6EEE86. Grayscale: #424242. Windows color (decimal): -7270023 or 7934353. OLE color: 7934353.

HSL color Cylindrical-coordinate representation of color #911179: hue angle of 311.25º 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 #911179 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 121 -
CMYK 0 0.88 0.17 0.43
HSL 311.25º 0.79% 0.32% -
HSV(B) 311.25º 0.88% 0.57% -
XYZ 15.33 7.8 18.79 -
YUV 67.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 145 17 121 0 0.88 0.17 0.43 311.25 0.79 0.32
Hex 91 11 79 0 58 11 2B 137 4F 20
Octal 221 21 171 0 130 21 53 467 117 40
Binary 10010001 10001 1111001 0 1011000 10001 101011 100110111 1001111 100000

Color Harmonies of #911179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911179

Black with #911179

Text Example


Text Example

White with #911179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911179; }

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

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

background-color css

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

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

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

border-color css

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

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

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