Html Css Color HEX #9978AA Ce Soir

📋 copy color: '#9978AA'

red 153 ◦ green 120 ◦ blue 170

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

Shades of Ce Soir #9978AA

Tints of Ce Soir #9978AA

RGB

 RED value IS 153 (60.16% from 255) = 34.54%

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

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

R = 34.54%
G = 27.09%
B = 38.37%

CMYK

 C value IS 0.1

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9978AA (or 0x9978AA) is known color: Ce Soir. HEX triplet: 99, 78 and AA. RGB value is (153,120,170). Sum of RGB (Red+Green+Blue) = 153+120+170=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9978AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9978AA is #668755. Grayscale: #878787. Windows color (decimal): -6719318 or 11171993. OLE color: 11171993.

HSL color Cylindrical-coordinate representation of color #9978AA: hue angle of 279.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 #9978AA is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 120 170 -
CMYK 0.1 0.29 0 0.33
HSL 279.6º 0.23% 0.57% -
HSV(B) 279.6º 0.29% 0.67% -
XYZ 27.11 23.11 41.06 -
YUV 135.57 147.43 140.43 -
System Red Green Blue C M Y K H S L
Decimal 153 120 170 0.1 0.29 0 0.33 279.6 0.23 0.57
Hex 99 78 AA A 1D 0 21 118 17 39
Octal 231 170 252 12 35 0 41 430 27 71
Binary 10011001 1111000 10101010 1010 11101 0 100001 100011000 10111 111001

Color Harmonies of #9978AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978AA

Black with #9978AA

Text Example


Text Example

White with #9978AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9978AA; }

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

 H1.HeaderClassName
 {
   color: #9978AA;
 }
 .AnyTagClassName
 {
   color: #9978AA;
 }
</style>

background-color css

<style>
 a { background-color: #9978AA; }

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

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

border-color css

<style>
 span { border-color: #9978AA; }

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

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