#8E5292

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

Shades of Violet Blue #8E5292

Tints of Violet Blue #8E5292

Color information

#8E5292 (or 0x8E5292) is unknown color: approx Violet Blue. HEX triplet: 8E, 52 and 92. RGB value is (142,82,146). Sum of RGB (Red+Green+Blue) = 142+82+146=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5292 is #71AD6D. Grayscale: #6B6B6B. Windows color (decimal): -7449966 or 9589390. OLE color: 9589390.

HSL color Cylindrical-coordinate representation of color #8E5292: hue angle of 296.25º 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 #8E5292 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14282146-
CMYK0.030.4400.43
HSL296.25º28.07%44.71%-
HSV(B)296.25º43.84%57.25%-
XYZ19.3613.8628.85-
YUV107.24149.88152.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.38%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=38.38%
G=22.16%
B=39.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142821460.030.4400.43296.2528.0744.71
Hex8E529232C02B1281c2d
Octal2161222223540534503455
Binary1000111010100101001001011101100010101110010100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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