#8B5699

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

Shades of Violet Blue #8B5699

Tints of Violet Blue #8B5699

Color information

#8B5699 (or 0x8B5699) is unknown color: approx Violet Blue. HEX triplet: 8B, 56 and 99. RGB value is (139,86,153). Sum of RGB (Red+Green+Blue) = 139+86+153=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5699 is #74A966. Grayscale: #6D6D6D. Windows color (decimal): -7645543 or 10049163. OLE color: 10049163.

HSL color Cylindrical-coordinate representation of color #8B5699: hue angle of 287.46º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B5699 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13986153-
CMYK0.090.4400.4
HSL287.46º28.03%46.86%-
HSV(B)287.46º43.79%60%-
XYZ19.7314.4431.89-
YUV109.49152.56149.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.77%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=36.77%
G=22.75%
B=40.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139861530.090.4400.4287.4628.0346.86
Hex8B569992C02811f1c2f
Octal21312623111540504373457
Binary100010111010110100110011001101100010100010001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,86,153); }

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

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

 a { background-color: rgb(139,86,153); }

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

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

 span { border-color: rgb(139,86,153); }

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