#9C399C

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

Shades of Vivid Violet #9C399C

Tints of Vivid Violet #9C399C

Color information

#9C399C (or 0x9C399C) is unknown color: approx Vivid Violet. HEX triplet: 9C, 39 and 9C. RGB value is (156,57,156). Sum of RGB (Red+Green+Blue) = 156+57+156=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C399C is #63C663. Grayscale: #616161. Windows color (decimal): -6538852 or 10238364. OLE color: 10238364.

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

Color convert

RGB15657156-
CMYK00.6300.39
HSL300º46.48%41.76%-
HSV(B)300º63.46%61.18%-
XYZ21.1712.3932.73-
YUV97.89160.8169.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=42.28%
G=15.45%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565715600.6300.3930046.4841.76
Hex9C399C03F02712c2e2a
Octal234712340770474545652
Binary100111001110011001110001111110100111100101100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,57,156); }

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

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

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

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

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

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

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