#8F5694

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

Shades of Violet Blue #8F5694

Tints of Violet Blue #8F5694

Color information

#8F5694 (or 0x8F5694) is unknown color: approx Violet Blue. HEX triplet: 8F, 56 and 94. RGB value is (143,86,148). Sum of RGB (Red+Green+Blue) = 143+86+148=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F5694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5694 is #70A96B. Grayscale: #6D6D6D. Windows color (decimal): -7383404 or 9721487. OLE color: 9721487.

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

Color convert

RGB14386148-
CMYK0.030.4200.42
HSL295.16º26.5%45.88%-
HSV(B)295.16º41.89%58.04%-
XYZ2014.6329.79-
YUV110.11149.38151.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=37.93%
G=22.81%
B=39.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143861480.030.4200.42295.1626.545.88
Hex8F569432A02A1271a2e
Octal2171262243520524473256
Binary1000111110101101001010011101010010101010010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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