#9b1179

Color #9B1179 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9B1179

Tints of Dark Purple #9B1179

Color information

#9B1179 (or 0x9B1179) is unknown color: approx Dark Purple. HEX triplet: 9B, 11 and 79. RGB value is (155,17,121). Sum of RGB (Red+Green+Blue) = 155+17+121=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1179 is #64EE86. Grayscale: #454545. Windows color (decimal): -6614663 or 7934363. OLE color: 7934363.

HSL color Cylindrical-coordinate representation of color #9B1179: hue angle of 314.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B1179 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15517121-
CMYK00.890.220.39
HSL314.78º80.23%33.73%-
HSV(B)314.78º89.03%60.78%-
XYZ17.178.7518.87-
YUV70.12156.72188.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=52.90%
G=5.80%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551712100.890.220.39314.7880.2333.73
Hex9B1179059162713b5022
Octal233211710131264747312042
Binary1001101110001111100101011001101101001111001110111010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9b1179; }

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

 H1.HeaderClassName
 {
   color: #9b1179;
 }
 .AnyTagClassName
 {
   color: #9b1179;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9b1179;
 }
 .BgClassName
 {
   background-color: #9b1179;
 }
</style>
border-color css

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

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

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