Html Css Color HEX #9E78AA Ce Soir

📋 copy color: '#9E78AA'

red 158 ◦ green 120 ◦ blue 170

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

Shades of Ce Soir #9E78AA

Tints of Ce Soir #9E78AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.95%

R = 35.27%
G = 26.79%
B = 37.95%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E78AA (or 0x9E78AA) is known color: Ce Soir. HEX triplet: 9E, 78 and AA. RGB value is (158,120,170). Sum of RGB (Red+Green+Blue) = 158+120+170=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E78AA is #618755. Grayscale: #888888. Windows color (decimal): -6391638 or 11171998. OLE color: 11171998.

HSL color Cylindrical-coordinate representation of color #9E78AA: hue angle of 285.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E78AA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 120 170 -
CMYK 0.07 0.29 0 0.33
HSL 285.6º 0.23% 0.57% -
HSV(B) 285.6º 0.29% 0.67% -
XYZ 28.07 23.6 41.11 -
YUV 137.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 158 120 170 0.07 0.29 0 0.33 285.6 0.23 0.57
Hex 9E 78 AA 7 1D 0 21 11E 17 39
Octal 236 170 252 7 35 0 41 436 27 71
Binary 10011110 1111000 10101010 111 11101 0 100001 100011110 10111 111001

Color Harmonies of #9E78AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E78AA

Black with #9E78AA

Text Example


Text Example

White with #9E78AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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