#8E6399

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

Shades of Violet Blue #8E6399

Tints of Violet Blue #8E6399

Color information

#8E6399 (or 0x8E6399) is unknown color: approx Violet Blue. HEX triplet: 8E, 63 and 99. RGB value is (142,99,153). Sum of RGB (Red+Green+Blue) = 142+99+153=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E6399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6399 is #719C66. Grayscale: #757575. Windows color (decimal): -7445607 or 10052494. OLE color: 10052494.

HSL color Cylindrical-coordinate representation of color #8E6399: hue angle of 287.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E6399 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14299153-
CMYK0.070.3500.4
HSL287.78º21.43%49.41%-
HSV(B)287.78º35.29%60%-
XYZ21.3716.9732.29-
YUV118.01147.75145.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.04%
GREEN value IS 99 (39.06% from 255) = 25.13%
BLUE value IS 153 (60.16% from 255) = 38.83%
R=36.04%
G=25.13%
B=38.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142991530.070.3500.4287.7821.4349.41
Hex8E63997230281201531
Octal2161432317430504402561
Binary10001110110001110011001111100011010100010010000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,153); }

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

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

 a { background-color: rgb(142,99,153); }

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

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

 span { border-color: rgb(142,99,153); }

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