Html Css Color HEX #9979AC Ce Soir

📋 copy color: '#9979AC'

red 153 ◦ green 121 ◦ blue 172

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

Shades of Ce Soir #9979AC

Tints of Ce Soir #9979AC

RGB

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

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

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

R = 34.3%
G = 27.13%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9979AC (or 0x9979AC) is known color: Ce Soir. HEX triplet: 99, 79 and AC. RGB value is (153,121,172). Sum of RGB (Red+Green+Blue) = 153+121+172=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #9979AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9979AC is #668653. Grayscale: #888888. Windows color (decimal): -6719060 or 11303321. OLE color: 11303321.

HSL color Cylindrical-coordinate representation of color #9979AC: hue angle of 277.65º 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 #9979AC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 121 172 -
CMYK 0.11 0.30 0 0.33
HSL 277.65º 0.24% 0.57% -
HSV(B) 277.65º 0.3% 0.67% -
XYZ 27.42 23.43 42.11 -
YUV 136.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 153 121 172 0.11 0.30 0 0.33 277.65 0.24 0.57
Hex 99 79 AC B 1E 0 21 116 18 39
Octal 231 171 254 13 36 0 41 426 30 71
Binary 10011001 1111001 10101100 1011 11110 0 100001 100010110 11000 111001

Color Harmonies of #9979AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9979AC

Black with #9979AC

Text Example


Text Example

White with #9979AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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