#8F7590

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

Shades of Violet Blue #8F7590

Tints of Violet Blue #8F7590

Color information

#8F7590 (or 0x8F7590) is unknown color: approx Violet Blue. HEX triplet: 8F, 75 and 90. RGB value is (143,117,144). Sum of RGB (Red+Green+Blue) = 143+117+144=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F7590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7590 is #708A6F. Grayscale: #7F7F7F. Windows color (decimal): -7375472 or 9467279. OLE color: 9467279.

HSL color Cylindrical-coordinate representation of color #8F7590: hue angle of 297.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F7590 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB143117144-
CMYK0.010.1900.44
HSL297.78º10.84%51.18%-
HSV(B)297.78º18.75%56.47%-
XYZ22.7220.5829.16-
YUV127.85137.11138.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=35.40%
G=28.96%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431171440.010.1900.44297.7810.8451.18
Hex8F759011302C12ab33
Octal2171652201230544521363
Binary1000111111101011001000011001101011001001010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,144); }

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

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

 a { background-color: rgb(143,117,144); }

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

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

 span { border-color: rgb(143,117,144); }

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