#9B1974

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

Shades of Dark Purple #9B1974

Tints of Dark Purple #9B1974

Color information

#9B1974 (or 0x9B1974) is unknown color: approx Dark Purple. HEX triplet: 9B, 19 and 74. RGB value is (155,25,116). Sum of RGB (Red+Green+Blue) = 155+25+116=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1974 is #64E68B. Grayscale: #4A4A4A. Windows color (decimal): -6612620 or 7608731. OLE color: 7608731.

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

Color convert

RGB15525116-
CMYK00.840.250.39
HSL318º72.22%35.29%-
HSV(B)318º83.87%60.78%-
XYZ17.028.9217.35-
YUV74.24151.57185.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.36%
GREEN value IS 25 (10.16% from 255) = 8.45%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=52.36%
G=8.45%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552511600.840.250.3931872.2235.29
Hex9B1974054192713e4823
Octal233311640124314747611043
Binary1001101111001111010001010100110011001111001111101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,116); }

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

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

 a { background-color: rgb(155,25,116); }

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

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

 span { border-color: rgb(155,25,116); }

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