#9C4D90

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

Shades of Violet Blue #9C4D90

Tints of Violet Blue #9C4D90

Color information

#9C4D90 (or 0x9C4D90) is unknown color: approx Violet Blue. HEX triplet: 9C, 4D and 90. RGB value is (156,77,144). Sum of RGB (Red+Green+Blue) = 156+77+144=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C4D90 is #63B26F. Grayscale: #6C6C6C. Windows color (decimal): -6533744 or 9457052. OLE color: 9457052.

HSL color Cylindrical-coordinate representation of color #9C4D90: hue angle of 309.11º 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 #9C4D90 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15677144-
CMYK00.510.080.39
HSL309.11º33.91%45.69%-
HSV(B)309.11º50.64%61.18%-
XYZ21.414.3928.04-
YUV108.26148.17162.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 77 (30.47% from 255) = 20.42%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=41.38%
G=20.42%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567714400.510.080.39309.1133.9145.69
Hex9C4D90033827135222e
Octal23411522006310474654256
Binary1001110010011011001000001100111000100111100110101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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