#9B1971

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

Shades of Dark Purple #9B1971

Tints of Dark Purple #9B1971

Color information

#9B1971 (or 0x9B1971) is unknown color: approx Dark Purple. HEX triplet: 9B, 19 and 71. RGB value is (155,25,113). Sum of RGB (Red+Green+Blue) = 155+25+113=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1971 is #64E68E. Grayscale: #494949. Windows color (decimal): -6612623 or 7412123. OLE color: 7412123.

HSL color Cylindrical-coordinate representation of color #9B1971: hue angle of 319.38º 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 #9B1971 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15525113-
CMYK00.840.270.39
HSL319.38º72.22%35.29%-
HSV(B)319.38º83.87%60.78%-
XYZ16.858.8616.44-
YUV73.9150.07185.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 25 (10.16% from 255) = 8.53%
BLUE value IS 113 (44.53% from 255) = 38.57%
R=52.90%
G=8.53%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552511300.840.270.39319.3872.2235.29
Hex9B19710541B2713f4823
Octal233311610124334747711043
Binary1001101111001111000101010100110111001111001111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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