#8B579C

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

Shades of Violet Blue #8B579C

Tints of Violet Blue #8B579C

Color information

#8B579C (or 0x8B579C) is unknown color: approx Violet Blue. HEX triplet: 8B, 57 and 9C. RGB value is (139,87,156). Sum of RGB (Red+Green+Blue) = 139+87+156=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B579C is #74A863. Grayscale: #6E6E6E. Windows color (decimal): -7645284 or 10246027. OLE color: 10246027.

HSL color Cylindrical-coordinate representation of color #8B579C: hue angle of 285.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B579C is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13987156-
CMYK0.110.4400.39
HSL285.22º28.4%47.65%-
HSV(B)285.22º44.23%61.18%-
XYZ20.0614.7133.23-
YUV110.41153.73148.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 156 (61.33% from 255) = 40.84%
R=36.39%
G=22.77%
B=40.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal139871560.110.4400.39285.2228.447.65
Hex8B579CB2C02711d1c30
Octal21312723413540474353460
Binary100010111010111100111001011101100010011110001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,156); }

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

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

 a { background-color: rgb(139,87,156); }

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

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

 span { border-color: rgb(139,87,156); }

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