#9A559D

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

Shades of Violet Blue #9A559D

Tints of Violet Blue #9A559D

Color information

#9A559D (or 0x9A559D) is unknown color: approx Violet Blue. HEX triplet: 9A, 55 and 9D. RGB value is (154,85,157). Sum of RGB (Red+Green+Blue) = 154+85+157=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A559D is #65AA62. Grayscale: #717171. Windows color (decimal): -6662755 or 10311066. OLE color: 10311066.

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

Color convert

RGB15485157-
CMYK0.020.4600.38
HSL297.5º29.75%47.45%-
HSV(B)297.5º45.86%61.57%-
XYZ22.6615.833.75-
YUV113.84152.36156.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=38.89%
G=21.46%
B=39.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154851570.020.4600.38297.529.7547.45
Hex9A559D22E02612a1e2f
Octal2321252352560464523657
Binary1001101010101011001110110101110010011010010101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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