#8E6092

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

Shades of Violet Blue #8E6092

Tints of Violet Blue #8E6092

Color information

#8E6092 (or 0x8E6092) is unknown color: approx Violet Blue. HEX triplet: 8E, 60 and 92. RGB value is (142,96,146). Sum of RGB (Red+Green+Blue) = 142+96+146=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6092 is #719F6D. Grayscale: #737373. Windows color (decimal): -7446382 or 9592974. OLE color: 9592974.

HSL color Cylindrical-coordinate representation of color #8E6092: hue angle of 295.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E6092 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14296146-
CMYK0.030.3400.43
HSL295.2º20.66%47.45%-
HSV(B)295.2º34.25%57.25%-
XYZ20.5316.1929.24-
YUV115.45145.24146.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=36.98%
G=25%
B=38.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142961460.030.3400.43295.220.6647.45
Hex8E609232202B127152f
Octal2161402223420534472557
Binary1000111011000001001001011100010010101110010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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