#8B559E

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

Shades of Violet Blue #8B559E

Tints of Violet Blue #8B559E

Color information

#8B559E (or 0x8B559E) is unknown color: approx Violet Blue. HEX triplet: 8B, 55 and 9E. RGB value is (139,85,158). Sum of RGB (Red+Green+Blue) = 139+85+158=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B559E is #74AA61. Grayscale: #6D6D6D. Windows color (decimal): -7645794 or 10376587. OLE color: 10376587.

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

Color convert

RGB13985158-
CMYK0.120.4600.38
HSL284.38º30.04%47.65%-
HSV(B)284.38º46.2%61.96%-
XYZ20.0714.4534.08-
YUV109.47155.39149.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.39%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=36.39%
G=22.25%
B=41.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139851580.120.4600.38284.3830.0447.65
Hex8B559EC2E02611c1e30
Octal21312523614560464343660
Binary100010111010101100111101100101110010011010001110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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