#8A559C

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

Shades of Violet Blue #8A559C

Tints of Violet Blue #8A559C

Color information

#8A559C (or 0x8A559C) is unknown color: approx Violet Blue. HEX triplet: 8A, 55 and 9C. RGB value is (138,85,156). Sum of RGB (Red+Green+Blue) = 138+85+156=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A559C is #75AA63. Grayscale: #6C6C6C. Windows color (decimal): -7711332 or 10245514. OLE color: 10245514.

HSL color Cylindrical-coordinate representation of color #8A559C: hue angle of 284.79º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A559C is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13885156-
CMYK0.120.4600.39
HSL284.79º29.46%47.25%-
HSV(B)284.79º45.51%61.18%-
XYZ19.7314.333.17-
YUV108.94154.56148.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.41%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=36.41%
G=22.43%
B=41.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138851560.120.4600.39284.7929.4647.25
Hex8A559CC2E02711d1d2f
Octal21212523414560474353557
Binary100010101010101100111001100101110010011110001110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A559C; }

 p { color: rgb(138,85,156); }

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

<style>
 a { background-color: #8A559C; }

 a { background-color: rgb(138,85,156); }

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

<style>
 span { border-color: #8A559C; }

 span { border-color: rgb(138,85,156); }

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