#9F329C

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

Shades of Vivid Violet #9F329C

Tints of Vivid Violet #9F329C

Color information

#9F329C (or 0x9F329C) is unknown color: approx Vivid Violet. HEX triplet: 9F, 32 and 9C. RGB value is (159,50,156). Sum of RGB (Red+Green+Blue) = 159+50+156=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F329C is #60CD63. Grayscale: #5E5E5E. Windows color (decimal): -6344036 or 10236575. OLE color: 10236575.

HSL color Cylindrical-coordinate representation of color #9F329C: hue angle of 301.65º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F329C is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15950156-
CMYK00.690.020.38
HSL301.65º52.15%40.98%-
HSV(B)301.65º68.55%62.35%-
XYZ21.4412.0532.65-
YUV94.67162.61173.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.56%
GREEN value IS 50 (19.92% from 255) = 13.70%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=43.56%
G=13.70%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595015600.690.020.38301.6552.1540.98
Hex9F329C04522612e3429
Octal2376223401052464566451
Binary10011111110010100111000100010110100110100101110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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