#9975AD

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

Shades of Ce Soir #9975AD

Tints of Ce Soir #9975AD

Color information

#9975AD (or 0x9975AD) is unknown color: approx Ce Soir. HEX triplet: 99, 75 and AD. RGB value is (153,117,173). Sum of RGB (Red+Green+Blue) = 153+117+173=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #9975AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9975AD is #668A52. Grayscale: #858585. Windows color (decimal): -6720083 or 11367833. OLE color: 11367833.

HSL color Cylindrical-coordinate representation of color #9975AD: hue angle of 278.57º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9975AD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153117173-
CMYK0.120.3200.32
HSL278.57º25.45%56.86%-
HSV(B)278.57º32.37%67.84%-
XYZ27.0422.5142.46-
YUV134.15149.93141.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 117 (46.09% from 255) = 26.41%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=34.54%
G=26.41%
B=39.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531171730.120.3200.32278.5725.4556.86
Hex9975ADC200201171939
Octal23116525514400404273171
Binary100110011110101101011011100100000010000010001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9975AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9975AD; }

 p { color: rgb(153,117,173); }

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

<style>
 a { background-color: #9975AD; }

 a { background-color: rgb(153,117,173); }

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

<style>
 span { border-color: #9975AD; }

 span { border-color: rgb(153,117,173); }

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