#9932A9

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

Shades of Vivid Violet #9932A9

Tints of Vivid Violet #9932A9

Color information

#9932A9 (or 0x9932A9) is unknown color: approx Vivid Violet. HEX triplet: 99, 32 and A9. RGB value is (153,50,169). Sum of RGB (Red+Green+Blue) = 153+50+169=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #9932A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9932A9 is #66CD56. Grayscale: #5D5D5D. Windows color (decimal): -6737239 or 11088537. OLE color: 11088537.

HSL color Cylindrical-coordinate representation of color #9932A9: hue angle of 291.93º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9932A9 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15350169-
CMYK0.090.7000.34
HSL291.93º54.34%42.94%-
HSV(B)291.93º70.41%66.27%-
XYZ21.4411.9238.71-
YUV94.36170.12169.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 50 (19.92% from 255) = 13.44%
BLUE value IS 169 (66.41% from 255) = 45.43%
R=41.13%
G=13.44%
B=45.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal153501690.090.7000.34291.9354.3442.94
Hex9932A9946022124362b
Octal23162251111060424446653
Binary1001100111001010101001100110001100100010100100100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9932A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9932A9; }

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

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

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

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

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

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

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

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