#99327D

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

Shades of Dark Purple #99327D

Tints of Dark Purple #99327D

Color information

#99327D (or 0x99327D) is unknown color: approx Dark Purple. HEX triplet: 99, 32 and 7D. RGB value is (153,50,125). Sum of RGB (Red+Green+Blue) = 153+50+125=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99327D is #66CD82. Grayscale: #595959. Windows color (decimal): -6737283 or 8204953. OLE color: 8204953.

HSL color Cylindrical-coordinate representation of color #99327D: hue angle of 316.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99327D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15350125-
CMYK00.670.180.4
HSL316.31º50.74%39.8%-
HSV(B)316.31º67.32%60%-
XYZ17.9810.5320.49-
YUV89.35148.12173.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=46.65%
G=15.24%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535012500.670.180.4316.3150.7439.8
Hex99327D043122813c3328
Octal23162175010322504746350
Binary1001100111001011111010100001110010101000100111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99327D; }

 p { color: rgb(153,50,125); }

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

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

 a { background-color: rgb(153,50,125); }

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

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

 span { border-color: rgb(153,50,125); }

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