#8F5097

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

Shades of Violet Blue #8F5097

Tints of Violet Blue #8F5097

Color information

#8F5097 (or 0x8F5097) is unknown color: approx Violet Blue. HEX triplet: 8F, 50 and 97. RGB value is (143,80,151). Sum of RGB (Red+Green+Blue) = 143+80+151=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F5097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5097 is #70AF68. Grayscale: #6A6A6A. Windows color (decimal): -7384937 or 9916559. OLE color: 9916559.

HSL color Cylindrical-coordinate representation of color #8F5097: hue angle of 293.24º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F5097 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14380151-
CMYK0.050.4700.41
HSL293.24º30.74%45.29%-
HSV(B)293.24º47.02%59.22%-
XYZ19.7813.8130.9-
YUV106.93152.87153.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.24%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=38.24%
G=21.39%
B=40.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143801510.050.4700.41293.2430.7445.29
Hex8F509752F0291251f2d
Octal2171202275570514453755
Binary10001111101000010010111101101111010100110010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,80,151); }

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

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

 a { background-color: rgb(143,80,151); }

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

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

 span { border-color: rgb(143,80,151); }

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