#9C4D9A

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

Shades of Violet Blue #9C4D9A

Tints of Violet Blue #9C4D9A

Color information

#9C4D9A (or 0x9C4D9A) is unknown color: approx Violet Blue. HEX triplet: 9C, 4D and 9A. RGB value is (156,77,154). Sum of RGB (Red+Green+Blue) = 156+77+154=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4D9A is #63B265. Grayscale: #6D6D6D. Windows color (decimal): -6533734 or 10112412. OLE color: 10112412.

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

Color convert

RGB15677154-
CMYK00.510.010.39
HSL301.52º33.91%45.69%-
HSV(B)301.52º50.64%61.18%-
XYZ22.214.7132.24-
YUV109.4153.17161.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 77 (30.47% from 255) = 19.90%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=40.31%
G=19.90%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567715400.510.010.39301.5233.9145.69
Hex9C4D9A03312712e222e
Octal2341152320631474564256
Binary1001110010011011001101001100111100111100101110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,154); }

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

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

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

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

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

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

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