#9F32A9

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

Shades of Vivid Violet #9F32A9

Tints of Vivid Violet #9F32A9

Color information

#9F32A9 (or 0x9F32A9) is unknown color: approx Vivid Violet. HEX triplet: 9F, 32 and A9. RGB value is (159,50,169). Sum of RGB (Red+Green+Blue) = 159+50+169=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 169 (66.41% from 255 or 44.71% from 378); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F32A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F32A9 is #60CD56. Grayscale: #5F5F5F. Windows color (decimal): -6344023 or 11088543. OLE color: 11088543.

HSL color Cylindrical-coordinate representation of color #9F32A9: hue angle of 294.96º 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 #9F32A9 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15950169-
CMYK0.060.7000.34
HSL294.96º54.34%42.94%-
HSV(B)294.96º70.41%66.27%-
XYZ22.612.5238.76-
YUV96.16169.11172.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.06%
GREEN value IS 50 (19.92% from 255) = 13.23%
BLUE value IS 169 (66.41% from 255) = 44.71%
R=42.06%
G=13.23%
B=44.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159501690.060.7000.34294.9654.3442.94
Hex9F32A9646022127362b
Octal2376225161060424476653
Binary100111111100101010100111010001100100010100100111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F32A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F32A9; }

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

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

<style>
 a { background-color: #9F32A9; }

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

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

<style>
 span { border-color: #9F32A9; }

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

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