#8F5993

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

Shades of Violet Blue #8F5993

Tints of Violet Blue #8F5993

Color information

#8F5993 (or 0x8F5993) is unknown color: approx Violet Blue. HEX triplet: 8F, 59 and 93. RGB value is (143,89,147). Sum of RGB (Red+Green+Blue) = 143+89+147=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5993 is #70A66C. Grayscale: #6F6F6F. Windows color (decimal): -7382637 or 9656719. OLE color: 9656719.

HSL color Cylindrical-coordinate representation of color #8F5993: hue angle of 295.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5993 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14389147-
CMYK0.030.3900.42
HSL295.86º24.58%46.27%-
HSV(B)295.86º39.46%57.65%-
XYZ20.1715.0929.45-
YUV111.76147.89150.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=37.73%
G=23.48%
B=38.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143891470.030.3900.42295.8624.5846.27
Hex8F599332702A128192e
Octal2171312233470524503156
Binary1000111110110011001001111100111010101010010100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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