#9C2A9E

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

Shades of Vivid Violet #9C2A9E

Tints of Vivid Violet #9C2A9E

Color information

#9C2A9E (or 0x9C2A9E) is unknown color: approx Vivid Violet. HEX triplet: 9C, 2A and 9E. RGB value is (156,42,158). Sum of RGB (Red+Green+Blue) = 156+42+158=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C2A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2A9E is #63D561. Grayscale: #585858. Windows color (decimal): -6542690 or 10365596. OLE color: 10365596.

HSL color Cylindrical-coordinate representation of color #9C2A9E: hue angle of 298.97º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2A9E is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15642158-
CMYK0.010.7300.38
HSL298.97º58%39.22%-
HSV(B)298.97º73.42%61.96%-
XYZ20.7111.1933.42-
YUV89.31166.77175.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.82%
GREEN value IS 42 (16.80% from 255) = 11.80%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=43.82%
G=11.80%
B=44.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156421580.010.7300.38298.975839.22
Hex9C2A9E14902612b3a27
Octal2345223611110464537247
Binary1001110010101010011110110010010100110100101011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,158); }

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

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

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

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

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

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

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