#9A4796

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

Shades of Violet Blue #9A4796

Tints of Violet Blue #9A4796

Color information

#9A4796 (or 0x9A4796) is unknown color: approx Violet Blue. HEX triplet: 9A, 47 and 96. RGB value is (154,71,150). Sum of RGB (Red+Green+Blue) = 154+71+150=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4796 is #65B869. Grayscale: #686868. Windows color (decimal): -6666346 or 9848730. OLE color: 9848730.

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

Color convert

RGB15471150-
CMYK00.540.030.40
HSL302.89º36.89%44.12%-
HSV(B)302.89º53.9%60.39%-
XYZ21.0813.5830.36-
YUV104.82153.5163.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 150 (58.98% from 255) = 40%
R=41.07%
G=18.93%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547115000.540.030.40302.8936.8944.12
Hex9A479603632812f252c
Octal2321072260663504574554
Binary10011010100011110010110011011011101000100101111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,150); }

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

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

 a { background-color: rgb(154,71,150); }

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

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

 span { border-color: rgb(154,71,150); }

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