#8E569B

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

Shades of Violet Blue #8E569B

Tints of Violet Blue #8E569B

Color information

#8E569B (or 0x8E569B) is unknown color: approx Violet Blue. HEX triplet: 8E, 56 and 9B. RGB value is (142,86,155). Sum of RGB (Red+Green+Blue) = 142+86+155=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E569B is #71A964. Grayscale: #6E6E6E. Windows color (decimal): -7448933 or 10180238. OLE color: 10180238.

HSL color Cylindrical-coordinate representation of color #8E569B: hue angle of 288.7º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E569B is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14286155-
CMYK0.080.4500.39
HSL288.7º28.63%47.25%-
HSV(B)288.7º44.52%60.78%-
XYZ20.414.7732.79-
YUV110.61153.05150.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.08%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=37.08%
G=22.45%
B=40.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal142861550.080.4500.39288.728.6347.25
Hex8E569B82D0271211d2f
Octal21612623310550474413557
Binary100011101010110100110111000101101010011110010000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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