#8F569F

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

Shades of Violet Blue #8F569F

Tints of Violet Blue #8F569F

Color information

#8F569F (or 0x8F569F) is unknown color: approx Violet Blue. HEX triplet: 8F, 56 and 9F. RGB value is (143,86,159). Sum of RGB (Red+Green+Blue) = 143+86+159=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F569F is #70A960. Grayscale: #6F6F6F. Windows color (decimal): -7383393 or 10442383. OLE color: 10442383.

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

Color convert

RGB14386159-
CMYK0.100.4600.38
HSL286.85º29.8%48.04%-
HSV(B)286.85º45.91%62.35%-
XYZ20.911534.59-
YUV111.36154.88150.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=36.86%
G=22.16%
B=40.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143861590.100.4600.38286.8529.848.04
Hex8F569FA2E02611f1e30
Octal21712623712560464373660
Binary100011111010110100111111010101110010011010001111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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