#9C4390

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

Shades of Violet Blue #9C4390

Tints of Violet Blue #9C4390

Color information

#9C4390 (or 0x9C4390) is unknown color: approx Violet Blue. HEX triplet: 9C, 43 and 90. RGB value is (156,67,144). Sum of RGB (Red+Green+Blue) = 156+67+144=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4390 is #63BC6F. Grayscale: #666666. Windows color (decimal): -6536304 or 9454492. OLE color: 9454492.

HSL color Cylindrical-coordinate representation of color #9C4390: hue angle of 308.09º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C4390 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15667144-
CMYK00.570.080.39
HSL308.09º39.91%43.73%-
HSV(B)308.09º57.05%61.18%-
XYZ20.7513.127.82-
YUV102.39151.49166.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=42.51%
G=18.26%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566714400.570.080.39308.0939.9143.73
Hex9C4390039827134282c
Octal23410322007110474645054
Binary1001110010000111001000001110011000100111100110100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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