#9A4598

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

Shades of Violet Blue #9A4598

Tints of Violet Blue #9A4598

Color information

#9A4598 (or 0x9A4598) is unknown color: approx Violet Blue. HEX triplet: 9A, 45 and 98. RGB value is (154,69,152). Sum of RGB (Red+Green+Blue) = 154+69+152=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4598 is #65BA67. Grayscale: #676767. Windows color (decimal): -6666856 or 9979290. OLE color: 9979290.

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

Color convert

RGB15469152-
CMYK00.550.010.40
HSL301.41º38.12%43.73%-
HSV(B)301.41º55.19%60.39%-
XYZ21.1213.3931.18-
YUV103.88155.16163.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.07%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=41.07%
G=18.4%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546915200.550.010.40301.4138.1243.73
Hex9A459803712812d262c
Octal2321052300671504554654
Binary1001101010001011001100001101111101000100101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,69,152); }

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

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

 a { background-color: rgb(154,69,152); }

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

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

 span { border-color: rgb(154,69,152); }

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