#8F589A

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

Shades of Violet Blue #8F589A

Tints of Violet Blue #8F589A

Color information

#8F589A (or 0x8F589A) is unknown color: approx Violet Blue. HEX triplet: 8F, 58 and 9A. RGB value is (143,88,154). Sum of RGB (Red+Green+Blue) = 143+88+154=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F589A is #70A765. Grayscale: #6F6F6F. Windows color (decimal): -7382886 or 10115215. OLE color: 10115215.

HSL color Cylindrical-coordinate representation of color #8F589A: hue angle of 290º degrees, saturation: 0.27, 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 #8F589A is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14388154-
CMYK0.070.4300.40
HSL290º27.27%47.45%-
HSV(B)290º42.86%60.39%-
XYZ20.6515.1532.41-
YUV111.97151.72150.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 154 (60.55% from 255) = 40%
R=37.14%
G=22.86%
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
Decimal143881540.070.4300.4029027.2747.45
Hex8F589A72B0281221b2f
Octal2171302327530504423357
Binary10001111101100010011010111101011010100010010001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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