#9A559E

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

Shades of Violet Blue #9A559E

Tints of Violet Blue #9A559E

Color information

#9A559E (or 0x9A559E) is unknown color: approx Violet Blue. HEX triplet: 9A, 55 and 9E. RGB value is (154,85,158). Sum of RGB (Red+Green+Blue) = 154+85+158=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A559E is #65AA61. Grayscale: #717171. Windows color (decimal): -6662754 or 10376602. OLE color: 10376602.

HSL color Cylindrical-coordinate representation of color #9A559E: hue angle of 296.71º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A559E is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15485158-
CMYK0.030.4600.38
HSL296.71º30.04%47.65%-
HSV(B)296.71º46.2%61.96%-
XYZ22.7515.8434.21-
YUV113.95152.86156.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=38.79%
G=21.41%
B=39.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154851580.030.4600.38296.7130.0447.65
Hex9A559E32E0261291e30
Octal2321252363560464513660
Binary1001101010101011001111011101110010011010010100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,158); }

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

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

 a { background-color: rgb(154,85,158); }

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

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

 span { border-color: rgb(154,85,158); }

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