#9C4798

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

Shades of Violet Blue #9C4798

Tints of Violet Blue #9C4798

Color information

#9C4798 (or 0x9C4798) is unknown color: approx Violet Blue. HEX triplet: 9C, 47 and 98. RGB value is (156,71,152). Sum of RGB (Red+Green+Blue) = 156+71+152=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4798 is #63B867. Grayscale: #696969. Windows color (decimal): -6535272 or 9979804. OLE color: 9979804.

HSL color Cylindrical-coordinate representation of color #9C4798: hue angle of 302.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C4798 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15671152-
CMYK00.540.030.39
HSL302.82º37.44%44.51%-
HSV(B)302.82º54.49%61.18%-
XYZ21.6313.8431.24-
YUV105.65154.16163.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=41.16%
G=18.73%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1567115200.540.030.39302.8237.4444.51
Hex9C479803632712f252d
Octal2341072300663474574555
Binary10011100100011110011000011011011100111100101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,71,152); }

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

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

 a { background-color: rgb(156,71,152); }

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

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

 span { border-color: rgb(156,71,152); }

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