#9A5898

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

Shades of Violet Blue #9A5898

Tints of Violet Blue #9A5898

Color information

#9A5898 (or 0x9A5898) is unknown color: approx Violet Blue. HEX triplet: 9A, 58 and 98. RGB value is (154,88,152). Sum of RGB (Red+Green+Blue) = 154+88+152=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5898 is #65A767. Grayscale: #727272. Windows color (decimal): -6661992 or 9984154. OLE color: 9984154.

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

Color convert

RGB15488152-
CMYK00.430.010.40
HSL301.82º27.27%47.45%-
HSV(B)301.82º42.86%60.39%-
XYZ22.4816.1231.63-
YUV115.03148.87155.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=39.09%
G=22.34%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548815200.430.010.40301.8227.2747.45
Hex9A589802B12812e1b2f
Octal2321302300531504563357
Binary100110101011000100110000101011110100010010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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