#9C329F

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

Shades of Vivid Violet #9C329F

Tints of Vivid Violet #9C329F

Color information

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

HSL color Cylindrical-coordinate representation of color #9C329F: hue angle of 298.35º 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 #9C329F is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15650159-
CMYK0.020.6900.38
HSL298.35º52.15%40.98%-
HSV(B)298.35º68.55%62.35%-
XYZ21.1111.8533.98-
YUV94.12164.62172.14-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156501590.020.6900.38298.3552.1540.98
Hex9C329F24502612a3429
Octal2346223721050464526451
Binary10011100110010100111111010001010100110100101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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