#992084

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

Shades of Dark Purple #992084

Tints of Dark Purple #992084

Color information

#992084 (or 0x992084) is unknown color: approx Dark Purple. HEX triplet: 99, 20 and 84. RGB value is (153,32,132). Sum of RGB (Red+Green+Blue) = 153+32+132=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #992084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992084 is #66DF7B. Grayscale: #4F4F4F. Windows color (decimal): -6741884 or 8659097. OLE color: 8659097.

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

Color convert

RGB15332132-
CMYK00.790.140.4
HSL310.41º65.41%36.27%-
HSV(B)310.41º79.08%60%-
XYZ17.829.4722.72-
YUV79.58157.59180.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=48.26%
G=10.09%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533213200.790.140.4310.4165.4136.27
Hex99208404FE281364124
Octal231402040117165046610144
Binary10011001100000100001000100111111101010001001101101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992084; }

 p { color: rgb(153,32,132); }

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

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

 a { background-color: rgb(153,32,132); }

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

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

 span { border-color: rgb(153,32,132); }

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