Html Css Color HEX #9973AA Ce Soir

📋 copy color: '#9973AA'

red 153 ◦ green 115 ◦ blue 170

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

Shades of Ce Soir #9973AA

Tints of Ce Soir #9973AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.26%

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

R = 34.93%
G = 26.26%
B = 38.81%

CMYK

 C value IS 0.1

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9973AA (or 0x9973AA) is known color: Ce Soir. HEX triplet: 99, 73 and AA. RGB value is (153,115,170). Sum of RGB (Red+Green+Blue) = 153+115+170=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #9973AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9973AA is #668C55. Grayscale: #848484. Windows color (decimal): -6720598 or 11170713. OLE color: 11170713.

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

Color convert

RGB 153 115 170 -
CMYK 0.1 0.32 0 0.33
HSL 281.45º 0.24% 0.56% -
HSV(B) 281.45º 0.32% 0.67% -
XYZ 26.52 21.94 40.87 -
YUV 132.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 153 115 170 0.1 0.32 0 0.33 281.45 0.24 0.56
Hex 99 73 AA A 20 0 21 119 18 38
Octal 231 163 252 12 40 0 41 431 30 70
Binary 10011001 1110011 10101010 1010 100000 0 100001 100011001 11000 111000

Color Harmonies of #9973AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9973AA

Black with #9973AA

Text Example


Text Example

White with #9973AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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