Html Css Color HEX #911178 Dark Purple

📋 copy color: '#911178'

red 145 ◦ green 17 ◦ blue 120

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

Shades of Dark Purple #911178

Tints of Dark Purple #911178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 51.42%
G = 6.03%
B = 42.55%

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

#911178 (or 0x911178) is known color: Dark Purple. HEX triplet: 91, 11 and 78. RGB value is (145,17,120). Sum of RGB (Red+Green+Blue) = 145+17+120=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #911178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911178 is #6EEE87. Grayscale: #424242. Windows color (decimal): -7270024 or 7868817. OLE color: 7868817.

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

Color convert

RGB 145 17 120 -
CMYK 0 0.88 0.17 0.43
HSL 311.72º 0.79% 0.32% -
HSV(B) 311.72º 0.88% 0.57% -
XYZ 15.27 7.78 18.47 -
YUV 67.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 145 17 120 0 0.88 0.17 0.43 311.72 0.79 0.32
Hex 91 11 78 0 58 11 2B 138 4F 20
Octal 221 21 170 0 130 21 53 470 117 40
Binary 10010001 10001 1111000 0 1011000 10001 101011 100111000 1001111 100000

Color Harmonies of #911178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911178

Black with #911178

Text Example


Text Example

White with #911178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911178; }

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

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

background-color css

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

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

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

border-color css

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

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

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