Html Css Color HEX #9979AA Ce Soir

📋 copy color: '#9979AA'

red 153 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #9979AA

Tints of Ce Soir #9979AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.25%

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

R = 34.46%
G = 27.25%
B = 38.29%

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

#9979AA (or 0x9979AA) is known color: Ce Soir. HEX triplet: 99, 79 and AA. RGB value is (153,121,170). Sum of RGB (Red+Green+Blue) = 153+121+170=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #9979AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9979AA is #668655. Grayscale: #878787. Windows color (decimal): -6719062 or 11172249. OLE color: 11172249.

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

Color convert

RGB 153 121 170 -
CMYK 0.1 0.29 0 0.33
HSL 279.18º 0.22% 0.57% -
HSV(B) 279.18º 0.29% 0.67% -
XYZ 27.23 23.35 41.1 -
YUV 136.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 153 121 170 0.1 0.29 0 0.33 279.18 0.22 0.57
Hex 99 79 AA A 1D 0 21 117 16 39
Octal 231 171 252 12 35 0 41 427 26 71
Binary 10011001 1111001 10101010 1010 11101 0 100001 100010111 10110 111001

Color Harmonies of #9979AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9979AA

Black with #9979AA

Text Example


Text Example

White with #9979AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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