#8B5997

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

Shades of Violet Blue #8B5997

Tints of Violet Blue #8B5997

Color information

#8B5997 (or 0x8B5997) is unknown color: approx Violet Blue. HEX triplet: 8B, 59 and 97. RGB value is (139,89,151). Sum of RGB (Red+Green+Blue) = 139+89+151=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #8B5997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5997 is #74A668. Grayscale: #6E6E6E. Windows color (decimal): -7644777 or 9918859. OLE color: 9918859.

HSL color Cylindrical-coordinate representation of color #8B5997: hue angle of 288.39º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5997 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13989151-
CMYK0.080.4100.41
HSL288.39º25.83%47.06%-
HSV(B)288.39º41.06%59.22%-
XYZ19.8114.8731.1-
YUV111.02150.56147.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.68%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=36.68%
G=23.48%
B=39.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139891510.080.4100.41288.3925.8347.06
Hex8B59978290291201a2f
Octal21313122710510514403257
Binary100010111011001100101111000101001010100110010000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,151); }

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

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

 a { background-color: rgb(139,89,151); }

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

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

 span { border-color: rgb(139,89,151); }

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