#8E4F94

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

Shades of Violet Blue #8E4F94

Tints of Violet Blue #8E4F94

Color information

#8E4F94 (or 0x8E4F94) is unknown color: approx Violet Blue. HEX triplet: 8E, 4F and 94. RGB value is (142,79,148). Sum of RGB (Red+Green+Blue) = 142+79+148=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E4F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F94 is #71B06B. Grayscale: #696969. Windows color (decimal): -7450732 or 9719694. OLE color: 9719694.

HSL color Cylindrical-coordinate representation of color #8E4F94: hue angle of 294.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E4F94 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14279148-
CMYK0.040.4700.42
HSL294.78º30.4%44.51%-
HSV(B)294.78º46.62%58.04%-
XYZ19.313.4829.6-
YUV105.7151.87153.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=38.48%
G=21.41%
B=40.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal142791480.040.4700.42294.7830.444.51
Hex8E4F9442F02A1271e2d
Octal2161172244570524473655
Binary10001110100111110010100100101111010101010010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,79,148); }

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

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

 a { background-color: rgb(142,79,148); }

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

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

 span { border-color: rgb(142,79,148); }

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