#9C3496

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

Shades of Vivid Violet #9C3496

Tints of Vivid Violet #9C3496

Color information

#9C3496 (or 0x9C3496) is unknown color: approx Vivid Violet. HEX triplet: 9C, 34 and 96. RGB value is (156,52,150). Sum of RGB (Red+Green+Blue) = 156+52+150=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3496 is #63CB69. Grayscale: #5D5D5D. Windows color (decimal): -6540138 or 9843868. OLE color: 9843868.

HSL color Cylindrical-coordinate representation of color #9C3496: hue angle of 303.46º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3496 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15652150-
CMYK00.670.040.39
HSL303.46º50%40.78%-
HSV(B)303.46º66.67%61.18%-
XYZ20.4411.7330.04-
YUV94.27159.46172.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.58%
GREEN value IS 52 (20.70% from 255) = 14.53%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=43.58%
G=14.53%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565215000.670.040.39303.465040.78
Hex9C349604342712f3229
Octal2346422601034474576251
Binary100111001101001001011001000011100100111100101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,52,150); }

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

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

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

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

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

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

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