#9C2999

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

Shades of Vivid Violet #9C2999

Tints of Vivid Violet #9C2999

Color information

#9C2999 (or 0x9C2999) is unknown color: approx Vivid Violet. HEX triplet: 9C, 29 and 99. RGB value is (156,41,153). Sum of RGB (Red+Green+Blue) = 156+41+153=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2999 is #63D666. Grayscale: #575757. Windows color (decimal): -6542951 or 10037660. OLE color: 10037660.

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

Color convert

RGB15641153-
CMYK00.740.020.39
HSL301.57º58.38%38.63%-
HSV(B)301.57º73.72%61.18%-
XYZ20.2510.9531.18-
YUV88.15164.6176.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=44.57%
G=11.71%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564115300.740.020.39301.5758.3838.63
Hex9C299904A22712e3a27
Octal2345123101122474567247
Binary10011100101001100110010100101010100111100101110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,41,153); }

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

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

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

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

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

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

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