#8B5599

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

Shades of Violet Blue #8B5599

Tints of Violet Blue #8B5599

Color information

#8B5599 (or 0x8B5599) is unknown color: approx Violet Blue. HEX triplet: 8B, 55 and 99. RGB value is (139,85,153). Sum of RGB (Red+Green+Blue) = 139+85+153=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5599 is #74AA66. Grayscale: #6C6C6C. Windows color (decimal): -7645799 or 10048907. OLE color: 10048907.

HSL color Cylindrical-coordinate representation of color #8B5599: hue angle of 287.65º degrees, saturation: 0.29, 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 #8B5599 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13985153-
CMYK0.090.4400.4
HSL287.65º28.57%46.67%-
HSV(B)287.65º44.44%60%-
XYZ19.6514.2931.86-
YUV108.9152.89149.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=36.87%
G=22.55%
B=40.58%

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
Decimal139851530.090.4400.4287.6528.5746.67
Hex8B559992C0281201d2f
Octal21312523111540504403557
Binary100010111010101100110011001101100010100010010000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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