#8F5899

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

Shades of Violet Blue #8F5899

Tints of Violet Blue #8F5899

Color information

#8F5899 (or 0x8F5899) is unknown color: approx Violet Blue. HEX triplet: 8F, 58 and 99. RGB value is (143,88,153). Sum of RGB (Red+Green+Blue) = 143+88+153=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F5899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5899 is #70A766. Grayscale: #6F6F6F. Windows color (decimal): -7382887 or 10049679. OLE color: 10049679.

HSL color Cylindrical-coordinate representation of color #8F5899: hue angle of 290.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5899 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14388153-
CMYK0.070.4200.4
HSL290.77º26.97%47.25%-
HSV(B)290.77º42.48%60%-
XYZ20.5715.1231.97-
YUV111.85151.22150.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.24%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=37.24%
G=22.92%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143881530.070.4200.4290.7726.9747.25
Hex8F589972A0281231b2f
Octal2171302317520504433357
Binary10001111101100010011001111101010010100010010001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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