#9c2da9

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

Shades of Vivid Violet #9C2DA9

Tints of Vivid Violet #9C2DA9

Color information

#9C2DA9 (or 0x9C2DA9) is unknown color: approx Vivid Violet. HEX triplet: 9C, 2D and A9. RGB value is (156,45,169). Sum of RGB (Red+Green+Blue) = 156+45+169=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C2DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2DA9 is #63D256. Grayscale: #5B5B5B. Windows color (decimal): -6541911 or 11087260. OLE color: 11087260.

HSL color Cylindrical-coordinate representation of color #9C2DA9: hue angle of 293.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2DA9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15645169-
CMYK0.080.7300.34
HSL293.71º57.94%41.96%-
HSV(B)293.71º73.37%66.27%-
XYZ21.8111.8138.67-
YUV92.32171.27173.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 45 (17.97% from 255) = 12.16%
BLUE value IS 169 (66.41% from 255) = 45.68%
R=42.16%
G=12.16%
B=45.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156451690.080.7300.34293.7157.9441.96
Hex9C2DA98490221263a2a
Octal23455251101110424467252
Binary1001110010110110101001100010010010100010100100110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2da9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,45,169); }

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

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

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

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

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

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

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