#992782

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

Shades of Dark Purple #992782

Tints of Dark Purple #992782

Color information

#992782 (or 0x992782) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 82. RGB value is (153,39,130). Sum of RGB (Red+Green+Blue) = 153+39+130=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #992782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992782 is #66D87D. Grayscale: #535353. Windows color (decimal): -6740094 or 8529817. OLE color: 8529817.

HSL color Cylindrical-coordinate representation of color #992782: hue angle of 312.11º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992782 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB15339130-
CMYK00.750.150.4
HSL312.11º59.38%37.65%-
HSV(B)312.11º74.51%60%-
XYZ17.899.8422.07-
YUV83.46154.27177.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 130 (51.17% from 255) = 40.37%
R=47.52%
G=12.11%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533913000.750.150.4312.1159.3837.65
Hex99278204BF281383b26
Octal23147202011317504707346
Binary1001100110011110000010010010111111101000100111000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992782; }

 p { color: rgb(153,39,130); }

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

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

 a { background-color: rgb(153,39,130); }

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

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

 span { border-color: rgb(153,39,130); }

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