#99329A

Color #99329A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #99329A

Tints of Vivid Violet #99329A

Color information

#99329A (or 0x99329A) is unknown color: approx Vivid Violet. HEX triplet: 99, 32 and 9A. RGB value is (153,50,154). Sum of RGB (Red+Green+Blue) = 153+50+154=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #99329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99329A is #66CD65. Grayscale: #5C5C5C. Windows color (decimal): -6737254 or 10105497. OLE color: 10105497.

HSL color Cylindrical-coordinate representation of color #99329A: hue angle of 299.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99329A is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15350154-
CMYK0.010.6800.40
HSL299.42º50.98%40%-
HSV(B)299.42º67.53%60.39%-
XYZ20.1111.3931.71-
YUV92.65162.62171.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=42.86%
G=14.01%
B=43.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal153501540.010.6800.40299.4250.9840
Hex99329A14402812b3328
Octal2316223211040504536350
Binary1001100111001010011010110001000101000100101011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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