#9C4995

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

Shades of Violet Blue #9C4995

Tints of Violet Blue #9C4995

Color information

#9C4995 (or 0x9C4995) is unknown color: approx Violet Blue. HEX triplet: 9C, 49 and 95. RGB value is (156,73,149). Sum of RGB (Red+Green+Blue) = 156+73+149=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4995 is #63B66A. Grayscale: #6A6A6A. Windows color (decimal): -6534763 or 9783708. OLE color: 9783708.

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

Color convert

RGB15673149-
CMYK00.530.040.39
HSL305.06º36.24%44.9%-
HSV(B)305.06º53.21%61.18%-
XYZ21.521430-
YUV106.48152163.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.27%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=41.27%
G=19.31%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567314900.530.040.39305.0636.2444.9
Hex9C4995035427131242d
Octal2341112250654474614455
Binary100111001001001100101010110101100100111100110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,73,149); }

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

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

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

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

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

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

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