#9C2FA2

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

Shades of Vivid Violet #9C2FA2

Tints of Vivid Violet #9C2FA2

Color information

#9C2FA2 (or 0x9C2FA2) is unknown color: approx Vivid Violet. HEX triplet: 9C, 2F and A2. RGB value is (156,47,162). Sum of RGB (Red+Green+Blue) = 156+47+162=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C2FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2FA2 is #63D05D. Grayscale: #5C5C5C. Windows color (decimal): -6541406 or 10629020. OLE color: 10629020.

HSL color Cylindrical-coordinate representation of color #9C2FA2: hue angle of 296.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2FA2 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15647162-
CMYK0.040.7100.36
HSL296.87º55.02%40.98%-
HSV(B)296.87º70.99%63.53%-
XYZ21.2511.7135.32-
YUV92.7167.11173.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 47 (18.75% from 255) = 12.88%
BLUE value IS 162 (63.67% from 255) = 44.38%
R=42.74%
G=12.88%
B=44.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156471620.040.7100.36296.8755.0240.98
Hex9C2FA24470241293729
Octal2345724241070444516751
Binary100111001011111010001010010001110100100100101001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,162); }

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

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

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

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

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

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

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