#9C4C96

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

Shades of Violet Blue #9C4C96

Tints of Violet Blue #9C4C96

Color information

#9C4C96 (or 0x9C4C96) is unknown color: approx Violet Blue. HEX triplet: 9C, 4C and 96. RGB value is (156,76,150). Sum of RGB (Red+Green+Blue) = 156+76+150=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C96 is #63B369. Grayscale: #6C6C6C. Windows color (decimal): -6533994 or 9850012. OLE color: 9850012.

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

Color convert

RGB15676150-
CMYK00.510.040.39
HSL304.5º34.48%45.49%-
HSV(B)304.5º51.28%61.18%-
XYZ21.814.4430.49-
YUV108.36151.5161.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=40.84%
G=19.90%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567615000.510.040.39304.534.4845.49
Hex9C4C96033427130222d
Octal2341142260634474604255
Binary100111001001100100101100110011100100111100110000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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