#8F5791

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

Shades of Violet Blue #8F5791

Tints of Violet Blue #8F5791

Color information

#8F5791 (or 0x8F5791) is unknown color: approx Violet Blue. HEX triplet: 8F, 57 and 91. RGB value is (143,87,145). Sum of RGB (Red+Green+Blue) = 143+87+145=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F5791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5791 is #70A86E. Grayscale: #6E6E6E. Windows color (decimal): -7383151 or 9525135. OLE color: 9525135.

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

Color convert

RGB14387145-
CMYK0.010.400.43
HSL297.93º25%45.49%-
HSV(B)297.93º40%56.86%-
XYZ19.8514.728.58-
YUV110.36147.55151.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=38.13%
G=23.2%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143871450.010.400.43297.932545.49
Hex8F579112802B12a192d
Octal2171272211500534523155
Binary100011111010111100100011101000010101110010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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