#9E70AD

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

Shades of Ce Soir #9E70AD

Tints of Ce Soir #9E70AD

Color information

#9E70AD (or 0x9E70AD) is unknown color: approx Ce Soir. HEX triplet: 9E, 70 and AD. RGB value is (158,112,173). Sum of RGB (Red+Green+Blue) = 158+112+173=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E70AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E70AD is #618F52. Grayscale: #848484. Windows color (decimal): -6393683 or 11366558. OLE color: 11366558.

HSL color Cylindrical-coordinate representation of color #9E70AD: hue angle of 285.25º 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 #9E70AD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158112173-
CMYK0.090.3500.32
HSL285.25º27.11%55.88%-
HSV(B)285.25º35.26%67.84%-
XYZ27.4421.8742.31-
YUV132.71150.74146.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=35.67%
G=25.28%
B=39.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581121730.090.3500.32285.2527.1155.88
Hex9E70AD92302011d1b38
Octal23616025511430404353370
Binary100111101110000101011011001100011010000010001110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E70AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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