#8F5292

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

Shades of Violet Blue #8F5292

Tints of Violet Blue #8F5292

Color information

#8F5292 (or 0x8F5292) is unknown color: approx Violet Blue. HEX triplet: 8F, 52 and 92. RGB value is (143,82,146). Sum of RGB (Red+Green+Blue) = 143+82+146=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5292 is #70AD6D. Grayscale: #6B6B6B. Windows color (decimal): -7384430 or 9589391. OLE color: 9589391.

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

Color convert

RGB14382146-
CMYK0.020.4400.43
HSL297.19º28.07%44.71%-
HSV(B)297.19º43.84%57.25%-
XYZ19.5313.9528.86-
YUV107.54149.71153.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 146 (57.42% from 255) = 39.35%
R=38.54%
G=22.10%
B=39.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143821460.020.4400.43297.1928.0744.71
Hex8F529222C02B1291c2d
Octal2171222222540534513455
Binary1000111110100101001001010101100010101110010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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