#8F539F

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

Shades of Violet Blue #8F539F

Tints of Violet Blue #8F539F

Color information

#8F539F (or 0x8F539F) is unknown color: approx Violet Blue. HEX triplet: 8F, 53 and 9F. RGB value is (143,83,159). Sum of RGB (Red+Green+Blue) = 143+83+159=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F539F is #70AC60. Grayscale: #6D6D6D. Windows color (decimal): -7384161 or 10441615. OLE color: 10441615.

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

Color convert

RGB14383159-
CMYK0.100.4800.38
HSL287.37º31.4%47.45%-
HSV(B)287.37º47.8%62.35%-
XYZ20.6814.5334.52-
YUV109.6155.88151.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=37.14%
G=21.56%
B=41.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143831590.100.4800.38287.3731.447.45
Hex8F539FA3002611f1f2f
Octal21712323712600464373757
Binary100011111010011100111111010110000010011010001111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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