#992B71

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

Shades of Dark Purple #992B71

Tints of Dark Purple #992B71

Color information

#992B71 (or 0x992B71) is unknown color: approx Dark Purple. HEX triplet: 99, 2B and 71. RGB value is (153,43,113). Sum of RGB (Red+Green+Blue) = 153+43+113=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #992B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B71 is #66D48E. Grayscale: #535353. Windows color (decimal): -6739087 or 7416729. OLE color: 7416729.

HSL color Cylindrical-coordinate representation of color #992B71: hue angle of 321.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B71 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB15343113-
CMYK00.720.260.4
HSL321.82º56.12%38.43%-
HSV(B)321.82º71.9%60%-
XYZ16.989.6916.6-
YUV83.87144.44177.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 113 (44.53% from 255) = 36.57%
R=49.51%
G=13.92%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534311300.720.260.4321.8256.1238.43
Hex992B710481A281423826
Octal23153161011032505027046
Binary1001100110101111100010100100011010101000101000010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992B71; }

 p { color: rgb(153,43,113); }

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

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

 a { background-color: rgb(153,43,113); }

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

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

 span { border-color: rgb(153,43,113); }

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