Html Css Color HEX #9971AA Ce Soir

📋 copy color: '#9971AA'

red 153 ◦ green 113 ◦ blue 170

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

Shades of Ce Soir #9971AA

Tints of Ce Soir #9971AA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

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

R = 35.09%
G = 25.92%
B = 38.99%

CMYK

 C value IS 0.1

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9971AA (or 0x9971AA) is known color: Ce Soir. HEX triplet: 99, 71 and AA. RGB value is (153,113,170). Sum of RGB (Red+Green+Blue) = 153+113+170=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9971AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9971AA is #668E55. Grayscale: #838383. Windows color (decimal): -6721110 or 11170201. OLE color: 11170201.

HSL color Cylindrical-coordinate representation of color #9971AA: hue angle of 282.11º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9971AA is Cyan = 0.1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 113 170 -
CMYK 0.1 0.34 0 0.33
HSL 282.11º 0.25% 0.55% -
HSV(B) 282.11º 0.34% 0.67% -
XYZ 26.3 21.48 40.79 -
YUV 131.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 153 113 170 0.1 0.34 0 0.33 282.11 0.25 0.55
Hex 99 71 AA A 22 0 21 11A 19 37
Octal 231 161 252 12 42 0 41 432 31 67
Binary 10011001 1110001 10101010 1010 100010 0 100001 100011010 11001 110111

Color Harmonies of #9971AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9971AA

Black with #9971AA

Text Example


Text Example

White with #9971AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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