#8E6793

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

Shades of Violet Blue #8E6793

Tints of Violet Blue #8E6793

Color information

#8E6793 (or 0x8E6793) is unknown color: approx Violet Blue. HEX triplet: 8E, 67 and 93. RGB value is (142,103,147). Sum of RGB (Red+Green+Blue) = 142+103+147=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E6793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6793 is #71986C. Grayscale: #777777. Windows color (decimal): -7444589 or 9660302. OLE color: 9660302.

HSL color Cylindrical-coordinate representation of color #8E6793: hue angle of 293.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6793 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142103147-
CMYK0.030.3000.42
HSL293.18º17.6%49.02%-
HSV(B)293.18º29.93%57.65%-
XYZ21.2717.5629.87-
YUV119.68143.42143.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 103 (40.62% from 255) = 26.28%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=36.22%
G=26.28%
B=37.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421031470.030.3000.42293.1817.649.02
Hex8E679331E02A1251231
Octal2161472233360524452261
Binary100011101100111100100111111110010101010010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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