#99328A

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

Shades of Dark Purple #99328A

Tints of Dark Purple #99328A

Color information

#99328A (or 0x99328A) is unknown color: approx Dark Purple. HEX triplet: 99, 32 and 8A. RGB value is (153,50,138). Sum of RGB (Red+Green+Blue) = 153+50+138=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99328A is #66CD75. Grayscale: #5A5A5A. Windows color (decimal): -6737270 or 9056921. OLE color: 9056921.

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

Color convert

RGB15350138-
CMYK00.670.100.4
HSL308.74º50.74%39.8%-
HSV(B)308.74º67.32%60%-
XYZ18.8610.8925.15-
YUV90.83154.62172.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=44.87%
G=14.66%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535013800.670.100.4308.7450.7439.8
Hex99328A043A281353328
Octal23162212010312504656350
Binary1001100111001010001010010000111010101000100110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99328A; }

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

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

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

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

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

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

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

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