Html Css Color HEX #9E70AC Ce Soir

📋 copy color: '#9E70AC'

red 158 ◦ green 112 ◦ blue 172

#9E70AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9E70AC

Tints of Ce Soir #9E70AC

RGB

 RED value IS 158 (62.11% from 255) = 35.75%

 GREEN value IS 112 (44.14% from 255) = 25.34%

 BLUE value IS 172 (67.58% from 255) = 38.91%

R = 35.75%
G = 25.34%
B = 38.91%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E70AC (or 0x9E70AC) is known color: Ce Soir. HEX triplet: 9E, 70 and AC. RGB value is (158,112,172). Sum of RGB (Red+Green+Blue) = 158+112+172=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E70AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E70AC is #618F53. Grayscale: #848484. Windows color (decimal): -6393684 or 11301022. OLE color: 11301022.

HSL color Cylindrical-coordinate representation of color #9E70AC: hue angle of 286º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E70AC is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 112 172 -
CMYK 0.08 0.35 0 0.33
HSL 286º 0.27% 0.56% -
HSV(B) 286º 0.35% 0.67% -
XYZ 27.34 21.84 41.8 -
YUV 132.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 158 112 172 0.08 0.35 0 0.33 286 0.27 0.56
Hex 9E 70 AC 8 23 0 21 11E 1B 38
Octal 236 160 254 10 43 0 41 436 33 70
Binary 10011110 1110000 10101100 1000 100011 0 100001 100011110 11011 111000

Color Harmonies of #9E70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E70AC

Black with #9E70AC

Text Example


Text Example

White with #9E70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E70AC;
 }
 .AnyTagClassName
 {
   color: #9E70AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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