#8F589E

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

Shades of Violet Blue #8F589E

Tints of Violet Blue #8F589E

Color information

#8F589E (or 0x8F589E) is unknown color: approx Violet Blue. HEX triplet: 8F, 58 and 9E. RGB value is (143,88,158). Sum of RGB (Red+Green+Blue) = 143+88+158=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F589E is #70A761. Grayscale: #707070. Windows color (decimal): -7382882 or 10377359. OLE color: 10377359.

HSL color Cylindrical-coordinate representation of color #8F589E: hue angle of 287.14º 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 #8F589E is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14388158-
CMYK0.090.4400.38
HSL287.14º28.46%48.24%-
HSV(B)287.14º44.3%61.96%-
XYZ20.9915.2934.19-
YUV112.42153.72149.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 88 (34.77% from 255) = 22.62%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=36.76%
G=22.62%
B=40.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143881580.090.4400.38287.1428.4648.24
Hex8F589E92C02611f1c30
Octal21713023611540464373460
Binary100011111011000100111101001101100010011010001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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