#993882

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

Shades of Dark Purple #993882

Tints of Dark Purple #993882

Color information

#993882 (or 0x993882) is unknown color: approx Dark Purple. HEX triplet: 99, 38 and 82. RGB value is (153,56,130). Sum of RGB (Red+Green+Blue) = 153+56+130=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993882 is #66C77D. Grayscale: #5D5D5D. Windows color (decimal): -6735742 or 8534169. OLE color: 8534169.

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

Color convert

RGB15356130-
CMYK00.630.150.4
HSL314.23º46.41%40.98%-
HSV(B)314.23º63.4%60%-
XYZ18.5811.2122.3-
YUV93.44148.64170.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=45.13%
G=16.52%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535613000.630.150.4314.2346.4140.98
Hex99388203FF2813a2e29
Octal2317020207717504725651
Binary100110011110001000001001111111111101000100111010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993882; }

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

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

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

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

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

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

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

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