#8F599F

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

Shades of Violet Blue #8F599F

Tints of Violet Blue #8F599F

Color information

#8F599F (or 0x8F599F) is unknown color: approx Violet Blue. HEX triplet: 8F, 59 and 9F. RGB value is (143,89,159). Sum of RGB (Red+Green+Blue) = 143+89+159=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F599F is #70A660. Grayscale: #707070. Windows color (decimal): -7382625 or 10443151. OLE color: 10443151.

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

Color convert

RGB14389159-
CMYK0.100.4400.38
HSL286.29º28.23%48.63%-
HSV(B)286.29º44.03%62.35%-
XYZ21.1615.4934.68-
YUV113.13153.89149.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.57%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=36.57%
G=22.76%
B=40.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143891590.100.4400.38286.2928.2348.63
Hex8F599FA2C02611e1c31
Octal21713123712540464363461
Binary100011111011001100111111010101100010011010001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,89,159); }

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

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

 a { background-color: rgb(143,89,159); }

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

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

 span { border-color: rgb(143,89,159); }

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