#8E6C94

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

Shades of Violet Blue #8E6C94

Tints of Violet Blue #8E6C94

Color information

#8E6C94 (or 0x8E6C94) is unknown color: approx Violet Blue. HEX triplet: 8E, 6C and 94. RGB value is (142,108,148). Sum of RGB (Red+Green+Blue) = 142+108+148=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E6C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6C94 is #71936B. Grayscale: #7A7A7A. Windows color (decimal): -7443308 or 9727118. OLE color: 9727118.

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

Color convert

RGB142108148-
CMYK0.040.2700.42
HSL291º15.75%50.2%-
HSV(B)291º27.03%58.04%-
XYZ21.8618.6130.46-
YUV122.73142.26141.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.68%
GREEN value IS 108 (42.58% from 255) = 27.14%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=35.68%
G=27.14%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421081480.040.2700.4229115.7550.2
Hex8E6C9441B02A1231032
Octal2161542244330524432062
Binary1000111011011001001010010011011010101010010001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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