#8E5698

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

Shades of Violet Blue #8E5698

Tints of Violet Blue #8E5698

Color information

#8E5698 (or 0x8E5698) is unknown color: approx Violet Blue. HEX triplet: 8E, 56 and 98. RGB value is (142,86,152). Sum of RGB (Red+Green+Blue) = 142+86+152=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 86 (33.98% from 255 or 22.63% 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 #8E5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5698 is #71A967. Grayscale: #6E6E6E. Windows color (decimal): -7448936 or 9983630. OLE color: 9983630.

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

Color convert

RGB14286152-
CMYK0.070.4300.40
HSL290.91º27.73%46.67%-
HSV(B)290.91º43.42%59.61%-
XYZ20.1514.6731.48-
YUV110.27151.55150.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 152 (59.77% from 255) = 40%
R=37.37%
G=22.63%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal142861520.070.4300.40290.9127.7346.67
Hex8E569872B0281231c2f
Octal2161262307530504433457
Binary10001110101011010011000111101011010100010010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,152); }

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

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

 a { background-color: rgb(142,86,152); }

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

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

 span { border-color: rgb(142,86,152); }

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