Html Css Color HEX #9E78AC Ce Soir

📋 copy color: '#9E78AC'

red 158 ◦ green 120 ◦ blue 172

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

Shades of Ce Soir #9E78AC

Tints of Ce Soir #9E78AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

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

R = 35.11%
G = 26.67%
B = 38.22%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E78AC (or 0x9E78AC) is known color: Ce Soir. HEX triplet: 9E, 78 and AC. RGB value is (158,120,172). Sum of RGB (Red+Green+Blue) = 158+120+172=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E78AC is #618753. Grayscale: #898989. Windows color (decimal): -6391636 or 11303070. OLE color: 11303070.

HSL color Cylindrical-coordinate representation of color #9E78AC: hue angle of 283.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E78AC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 120 172 -
CMYK 0.08 0.30 0 0.33
HSL 283.85º 0.24% 0.57% -
HSV(B) 283.85º 0.3% 0.67% -
XYZ 28.26 23.68 42.11 -
YUV 137.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 158 120 172 0.08 0.30 0 0.33 283.85 0.24 0.57
Hex 9E 78 AC 8 1E 0 21 11C 18 39
Octal 236 170 254 10 36 0 41 434 30 71
Binary 10011110 1111000 10101100 1000 11110 0 100001 100011100 11000 111001

Color Harmonies of #9E78AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E78AC

Black with #9E78AC

Text Example


Text Example

White with #9E78AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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