#8E70AD

Color #8E70AD Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8E70AD

Tints of Ce Soir #8E70AD

Color information

#8E70AD (or 0x8E70AD) is unknown color: approx Ce Soir. HEX triplet: 8E, 70 and AD. RGB value is (142,112,173). Sum of RGB (Red+Green+Blue) = 142+112+173=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E70AD is #718F52. Grayscale: #7F7F7F. Windows color (decimal): -7442259 or 11366542. OLE color: 11366542.

HSL color Cylindrical-coordinate representation of color #8E70AD: hue angle of 269.51º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E70AD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB142112173-
CMYK0.180.3500.32
HSL269.51º27.11%55.88%-
HSV(B)269.51º35.26%67.84%-
XYZ24.4920.3642.17-
YUV127.92153.44138.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.26%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=33.26%
G=26.23%
B=40.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1421121730.180.3500.32269.5127.1155.88
Hex8E70AD122302010e1b38
Octal21616025522430404163370
Binary1000111011100001010110110010100011010000010000111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E70AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,112,173); }

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

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

 a { background-color: rgb(142,112,173); }

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

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

 span { border-color: rgb(142,112,173); }

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