#8F7391

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

Shades of Violet Blue #8F7391

Tints of Violet Blue #8F7391

Color information

#8F7391 (or 0x8F7391) is unknown color: approx Violet Blue. HEX triplet: 8F, 73 and 91. RGB value is (143,115,145). Sum of RGB (Red+Green+Blue) = 143+115+145=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F7391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7391 is #708C6E. Grayscale: #7E7E7E. Windows color (decimal): -7375983 or 9532303. OLE color: 9532303.

HSL color Cylindrical-coordinate representation of color #8F7391: hue angle of 296º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7391 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB143115145-
CMYK0.010.2100.43
HSL296º12%50.98%-
HSV(B)296º20.69%56.86%-
XYZ22.5720.1529.49-
YUV126.79138.28139.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=35.48%
G=28.54%
B=35.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1431151450.010.2100.432961250.98
Hex8F739111502B128c33
Octal2171632211250534501463
Binary1000111111100111001000111010101010111001010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,145); }

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

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

 a { background-color: rgb(143,115,145); }

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

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

 span { border-color: rgb(143,115,145); }

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