#9b1579

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

Shades of Dark Purple #9B1579

Tints of Dark Purple #9B1579

Color information

#9B1579 (or 0x9B1579) is unknown color: approx Dark Purple. HEX triplet: 9B, 15 and 79. RGB value is (155,21,121). Sum of RGB (Red+Green+Blue) = 155+21+121=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1579 is #64EA86. Grayscale: #484848. Windows color (decimal): -6613639 or 7935387. OLE color: 7935387.

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

Color convert

RGB15521121-
CMYK00.860.220.39
HSL315.22º76.14%34.51%-
HSV(B)315.22º86.45%60.78%-
XYZ17.248.8918.9-
YUV72.47155.39186.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 121 (47.66% from 255) = 40.74%
R=52.19%
G=7.07%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552112100.860.220.39315.2276.1434.51
Hex9B1579056162713b4c23
Octal233251710126264747311443
Binary1001101110101111100101010110101101001111001110111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b1579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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