#99327E

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

Shades of Dark Purple #99327E

Tints of Dark Purple #99327E

Color information

#99327E (or 0x99327E) is unknown color: approx Dark Purple. HEX triplet: 99, 32 and 7E. RGB value is (153,50,126). Sum of RGB (Red+Green+Blue) = 153+50+126=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99327E is #66CD81. Grayscale: #595959. Windows color (decimal): -6737282 or 8270489. OLE color: 8270489.

HSL color Cylindrical-coordinate representation of color #99327E: hue angle of 315.73º 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 #99327E is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB15350126-
CMYK00.670.180.4
HSL315.73º50.74%39.8%-
HSV(B)315.73º67.32%60%-
XYZ18.0410.5620.83-
YUV89.46148.62173.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=46.50%
G=15.20%
B=38.30%

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
Decimal1535012600.670.180.4315.7350.7439.8
Hex99327E043122813c3328
Octal23162176010322504746350
Binary1001100111001011111100100001110010101000100111100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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