#9C309F

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

Shades of Vivid Violet #9C309F

Tints of Vivid Violet #9C309F

Color information

#9C309F (or 0x9C309F) is unknown color: approx Vivid Violet. HEX triplet: 9C, 30 and 9F. RGB value is (156,48,159). Sum of RGB (Red+Green+Blue) = 156+48+159=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C309F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C309F is #63CF60. Grayscale: #5C5C5C. Windows color (decimal): -6541153 or 10432668. OLE color: 10432668.

HSL color Cylindrical-coordinate representation of color #9C309F: hue angle of 298.38º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C309F is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15648159-
CMYK0.020.7000.38
HSL298.38º53.62%40.59%-
HSV(B)298.38º69.81%62.35%-
XYZ21.0311.6933.95-
YUV92.95165.28172.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=42.98%
G=13.22%
B=43.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal156481590.020.7000.38298.3853.6240.59
Hex9C309F24602612a3629
Octal2346023721060464526651
Binary10011100110000100111111010001100100110100101010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,159); }

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

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

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

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

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

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

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