#992583

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

Shades of Dark Purple #992583

Tints of Dark Purple #992583

Color information

#992583 (or 0x992583) is unknown color: approx Dark Purple. HEX triplet: 99, 25 and 83. RGB value is (153,37,131). Sum of RGB (Red+Green+Blue) = 153+37+131=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #992583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992583 is #66DA7C. Grayscale: #525252. Windows color (decimal): -6740605 or 8594841. OLE color: 8594841.

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

Color convert

RGB15337131-
CMYK00.760.140.4
HSL311.38º61.05%37.25%-
HSV(B)311.38º75.82%60%-
XYZ17.99.7322.41-
YUV82.4155.43178.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 37 (14.84% from 255) = 11.53%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=47.66%
G=11.53%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533713100.760.140.4311.3861.0537.25
Hex99258304CE281373d25
Octal23145203011416504677545
Binary1001100110010110000011010011001110101000100110111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992583; }

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

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

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

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

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

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

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

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