#8b5998

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

Shades of Violet Blue #8B5998

Tints of Violet Blue #8B5998

Color information

#8B5998 (or 0x8B5998) is unknown color: approx Violet Blue. HEX triplet: 8B, 59 and 98. RGB value is (139,89,152). Sum of RGB (Red+Green+Blue) = 139+89+152=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5998 is #74A667. Grayscale: #6E6E6E. Windows color (decimal): -7644776 or 9984395. OLE color: 9984395.

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

Color convert

RGB13989152-
CMYK0.090.4100.40
HSL287.62º26.14%47.25%-
HSV(B)287.62º41.45%59.61%-
XYZ19.8914.931.53-
YUV111.13151.06147.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 152 (59.77% from 255) = 40%
R=36.58%
G=23.42%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139891520.090.4100.40287.6226.1447.25
Hex8B59989290281201a2f
Octal21313123011510504403257
Binary100010111011001100110001001101001010100010010000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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