#8E569D

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

Shades of Violet Blue #8E569D

Tints of Violet Blue #8E569D

Color information

#8E569D (or 0x8E569D) is unknown color: approx Violet Blue. HEX triplet: 8E, 56 and 9D. RGB value is (142,86,157). Sum of RGB (Red+Green+Blue) = 142+86+157=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #8E569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E569D is #71A962. Grayscale: #6E6E6E. Windows color (decimal): -7448931 or 10311310. OLE color: 10311310.

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

Color convert

RGB14286157-
CMYK0.100.4500.38
HSL287.32º29.22%47.65%-
HSV(B)287.32º45.22%61.57%-
XYZ20.5714.8433.68-
YUV110.84154.05150.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=36.88%
G=22.34%
B=40.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142861570.100.4500.38287.3229.2247.65
Hex8E569DA2D02611f1d30
Octal21612623512550464373560
Binary100011101010110100111011010101101010011010001111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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