Html Css Color HEX #9972AE Ce Soir

📋 copy color: '#9972AE'

red 153 ◦ green 114 ◦ blue 174

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

Shades of Ce Soir #9972AE

Tints of Ce Soir #9972AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.85%

 BLUE value IS 174 (68.36% from 255) = 39.46%

R = 34.69%
G = 25.85%
B = 39.46%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9972AE (or 0x9972AE) is known color: Ce Soir. HEX triplet: 99, 72 and AE. RGB value is (153,114,174). Sum of RGB (Red+Green+Blue) = 153+114+174=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #9972AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9972AE is #668D51. Grayscale: #848484. Windows color (decimal): -6720850 or 11432601. OLE color: 11432601.

HSL color Cylindrical-coordinate representation of color #9972AE: hue angle of 279º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9972AE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 114 174 -
CMYK 0.12 0.34 0 0.32
HSL 279º 0.27% 0.56% -
HSV(B) 279º 0.34% 0.68% -
XYZ 26.79 21.86 42.85 -
YUV 132.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 153 114 174 0.12 0.34 0 0.32 279 0.27 0.56
Hex 99 72 AE C 22 0 20 117 1B 38
Octal 231 162 256 14 42 0 40 427 33 70
Binary 10011001 1110010 10101110 1100 100010 0 100000 100010111 11011 111000

Color Harmonies of #9972AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972AE

Black with #9972AE

Text Example


Text Example

White with #9972AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9972AE; }

 p { color: rgb(153,114,174); }

 H1.HeaderClassName
 {
   color: #9972AE;
 }
 .AnyTagClassName
 {
   color: #9972AE;
 }
</style>

background-color css

<style>
 a { background-color: #9972AE; }

 a { background-color: rgb(153,114,174); }

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

border-color css

<style>
 span { border-color: #9972AE; }

 span { border-color: rgb(153,114,174); }

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