#9C4296

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

Shades of Violet Blue #9C4296

Tints of Violet Blue #9C4296

Color information

#9C4296 (or 0x9C4296) is unknown color: approx Violet Blue. HEX triplet: 9C, 42 and 96. RGB value is (156,66,150). Sum of RGB (Red+Green+Blue) = 156+66+150=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4296 is #63BD69. Grayscale: #666666. Windows color (decimal): -6536554 or 9847452. OLE color: 9847452.

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

Color convert

RGB15666150-
CMYK00.580.040.39
HSL304º40.54%43.53%-
HSV(B)304º57.69%61.18%-
XYZ21.1613.1730.28-
YUV102.49154.82166.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.94%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=41.94%
G=17.74%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566615000.580.040.3930440.5443.53
Hex9C429603A427130292c
Octal2341022260724474605154
Binary100111001000010100101100111010100100111100110000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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