#8E6093

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

Shades of Violet Blue #8E6093

Tints of Violet Blue #8E6093

Color information

#8E6093 (or 0x8E6093) is unknown color: approx Violet Blue. HEX triplet: 8E, 60 and 93. RGB value is (142,96,147). Sum of RGB (Red+Green+Blue) = 142+96+147=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6093 is #719F6C. Grayscale: #737373. Windows color (decimal): -7446381 or 9658510. OLE color: 9658510.

HSL color Cylindrical-coordinate representation of color #8E6093: hue angle of 294.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E6093 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14296147-
CMYK0.030.3500.42
HSL294.12º20.99%47.65%-
HSV(B)294.12º34.69%57.65%-
XYZ20.616.2229.65-
YUV115.57145.74146.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.88%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=36.88%
G=24.94%
B=38.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142961470.030.3500.42294.1220.9947.65
Hex8E609332302A1261530
Octal2161402233430524462560
Binary1000111011000001001001111100011010101010010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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