#9C4595

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

Shades of Violet Blue #9C4595

Tints of Violet Blue #9C4595

Color information

#9C4595 (or 0x9C4595) is unknown color: approx Violet Blue. HEX triplet: 9C, 45 and 95. RGB value is (156,69,149). Sum of RGB (Red+Green+Blue) = 156+69+149=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4595 is #63BA6A. Grayscale: #676767. Windows color (decimal): -6535787 or 9782684. OLE color: 9782684.

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

Color convert

RGB15669149-
CMYK00.560.040.39
HSL304.83º38.67%44.12%-
HSV(B)304.83º55.77%61.18%-
XYZ21.2613.4929.92-
YUV104.13153.32165-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=41.71%
G=18.45%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1566914900.560.040.39304.8338.6744.12
Hex9C4595038427131272c
Octal2341052250704474614754
Binary100111001000101100101010111000100100111100110001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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