#8B559D

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

Shades of Violet Blue #8B559D

Tints of Violet Blue #8B559D

Color information

#8B559D (or 0x8B559D) is unknown color: approx Violet Blue. HEX triplet: 8B, 55 and 9D. RGB value is (139,85,157). Sum of RGB (Red+Green+Blue) = 139+85+157=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B559D is #74AA62. Grayscale: #6D6D6D. Windows color (decimal): -7645795 or 10311051. OLE color: 10311051.

HSL color Cylindrical-coordinate representation of color #8B559D: hue angle of 285º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B559D is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13985157-
CMYK0.110.4600.38
HSL285º29.75%47.45%-
HSV(B)285º45.86%61.57%-
XYZ19.9814.4233.63-
YUV109.35154.89149.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=36.48%
G=22.31%
B=41.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139851570.110.4600.3828529.7547.45
Hex8B559DB2E02611d1e2f
Octal21312523513560464353657
Binary100010111010101100111011011101110010011010001110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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