#8B5896

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

Shades of Violet Blue #8B5896

Tints of Violet Blue #8B5896

Color information

#8B5896 (or 0x8B5896) is unknown color: approx Violet Blue. HEX triplet: 8B, 58 and 96. RGB value is (139,88,150). Sum of RGB (Red+Green+Blue) = 139+88+150=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5896 is #74A769. Grayscale: #6E6E6E. Windows color (decimal): -7645034 or 9853067. OLE color: 9853067.

HSL color Cylindrical-coordinate representation of color #8B5896: hue angle of 289.35º 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 #8B5896 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13988150-
CMYK0.070.4100.41
HSL289.35º26.05%46.67%-
HSV(B)289.35º41.33%58.82%-
XYZ19.6414.6730.65-
YUV110.32150.4148.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=36.87%
G=23.34%
B=39.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139881500.070.4100.41289.3526.0546.67
Hex8B58967290291211a2f
Octal2131302267510514413257
Binary10001011101100010010110111101001010100110010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,150); }

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

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

 a { background-color: rgb(139,88,150); }

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

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

 span { border-color: rgb(139,88,150); }

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