#8B5499

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

Shades of Violet Blue #8B5499

Tints of Violet Blue #8B5499

Color information

#8B5499 (or 0x8B5499) is unknown color: approx Violet Blue. HEX triplet: 8B, 54 and 99. RGB value is (139,84,153). Sum of RGB (Red+Green+Blue) = 139+84+153=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5499 is #74AB66. Grayscale: #6C6C6C. Windows color (decimal): -7646055 or 10048651. OLE color: 10048651.

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

Color convert

RGB13984153-
CMYK0.090.4500.4
HSL287.83º29.11%46.47%-
HSV(B)287.83º45.1%60%-
XYZ19.5714.1331.83-
YUV108.31153.22149.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=36.97%
G=22.34%
B=40.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal139841530.090.4500.4287.8329.1146.47
Hex8B549992D0281201d2e
Octal21312423111550504403556
Binary100010111010100100110011001101101010100010010000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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