#992183

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

Shades of Dark Purple #992183

Tints of Dark Purple #992183

Color information

#992183 (or 0x992183) is unknown color: approx Dark Purple. HEX triplet: 99, 21 and 83. RGB value is (153,33,131). Sum of RGB (Red+Green+Blue) = 153+33+131=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #992183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992183 is #66DE7C. Grayscale: #4F4F4F. Windows color (decimal): -6741629 or 8593817. OLE color: 8593817.

HSL color Cylindrical-coordinate representation of color #992183: hue angle of 311º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992183 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB15333131-
CMYK00.780.140.4
HSL311º64.52%36.47%-
HSV(B)311º78.43%60%-
XYZ17.789.522.37-
YUV80.05156.76180.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 33 (13.28% from 255) = 10.41%
BLUE value IS 131 (51.56% from 255) = 41.32%
R=48.26%
G=10.41%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533313100.780.140.431164.5236.47
Hex99218304EE281374124
Octal231412030116165046710144
Binary10011001100001100000110100111011101010001001101111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992183; }

 p { color: rgb(153,33,131); }

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

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

 a { background-color: rgb(153,33,131); }

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

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

 span { border-color: rgb(153,33,131); }

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