#8F5297

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

Shades of Violet Blue #8F5297

Tints of Violet Blue #8F5297

Color information

#8F5297 (or 0x8F5297) is unknown color: approx Violet Blue. HEX triplet: 8F, 52 and 97. RGB value is (143,82,151). Sum of RGB (Red+Green+Blue) = 143+82+151=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #8F5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5297 is #70AD68. Grayscale: #6B6B6B. Windows color (decimal): -7384425 or 9917071. OLE color: 9917071.

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

Color convert

RGB14382151-
CMYK0.050.4600.41
HSL293.04º29.61%45.69%-
HSV(B)293.04º45.7%59.22%-
XYZ19.9314.1130.95-
YUV108.1152.21152.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 82 (32.42% from 255) = 21.81%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=38.03%
G=21.81%
B=40.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143821510.050.4600.41293.0429.6145.69
Hex8F529752E0291251e2e
Octal2171222275560514453656
Binary10001111101001010010111101101110010100110010010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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