#9972A2

Color #9972A2 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9972A2

Tints of Ce Soir #9972A2

Color information

#9972A2 (or 0x9972A2) is unknown color: approx Ce Soir. HEX triplet: 99, 72 and A2. RGB value is (153,114,162). Sum of RGB (Red+Green+Blue) = 153+114+162=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 162 - color contains mainly: blue. Hex color #9972A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9972A2 is #668D5D. Grayscale: #828282. Windows color (decimal): -6720862 or 10646169. OLE color: 10646169.

HSL color Cylindrical-coordinate representation of color #9972A2: hue angle of 288.75º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9972A2 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB153114162-
CMYK0.060.3000.36
HSL288.75º20.51%54.12%-
HSV(B)288.75º29.63%63.53%-
XYZ25.6821.4236.96-
YUV131.13145.42143.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 162 (63.67% from 255) = 37.76%
R=35.66%
G=26.57%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531141620.060.3000.36288.7520.5154.12
Hex9972A261E0241211536
Octal2311622426360444412566
Binary1001100111100101010001011011110010010010010000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9972A2;
 }
 .AnyTagClassName
 {
   color: #9972A2;
 }
</style>
background-color css

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

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

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

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

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

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