#9C219C

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

Shades of Vivid Violet #9C219C

Tints of Vivid Violet #9C219C

Color information

#9C219C (or 0x9C219C) is unknown color: approx Vivid Violet. HEX triplet: 9C, 21 and 9C. RGB value is (156,33,156). Sum of RGB (Red+Green+Blue) = 156+33+156=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C219C is #63DE63. Grayscale: #535353. Windows color (decimal): -6544996 or 10232220. OLE color: 10232220.

HSL color Cylindrical-coordinate representation of color #9C219C: hue angle of 300º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C219C is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15633156-
CMYK00.7900.39
HSL300º65.08%37.06%-
HSV(B)300º78.85%61.18%-
XYZ20.2510.5632.42-
YUV83.8168.75179.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 33 (13.28% from 255) = 9.57%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=45.22%
G=9.57%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563315600.7900.3930065.0837.06
Hex9C219C04F02712c4125
Octal23441234011704745410145
Binary10011100100001100111000100111101001111001011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,156); }

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

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

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

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

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

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

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