#8D589E

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

Shades of Violet Blue #8D589E

Tints of Violet Blue #8D589E

Color information

#8D589E (or 0x8D589E) is unknown color: approx Violet Blue. HEX triplet: 8D, 58 and 9E. RGB value is (141,88,158). Sum of RGB (Red+Green+Blue) = 141+88+158=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D589E is #72A761. Grayscale: #6F6F6F. Windows color (decimal): -7513954 or 10377357. OLE color: 10377357.

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

Color convert

RGB14188158-
CMYK0.110.4400.38
HSL285.43º28.46%48.24%-
HSV(B)285.43º44.3%61.96%-
XYZ20.6515.1134.18-
YUV111.83154.06148.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.43%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=36.43%
G=22.74%
B=40.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141881580.110.4400.38285.4328.4648.24
Hex8D589EB2C02611d1c30
Octal21513023613540464353460
Binary100011011011000100111101011101100010011010001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,158); }

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

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

 a { background-color: rgb(141,88,158); }

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

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

 span { border-color: rgb(141,88,158); }

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