#9969AD

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

Shades of Ce Soir #9969AD

Tints of Ce Soir #9969AD

Color information

#9969AD (or 0x9969AD) is unknown color: approx Ce Soir. HEX triplet: 99, 69 and AD. RGB value is (153,105,173). Sum of RGB (Red+Green+Blue) = 153+105+173=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #9969AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9969AD is #669652. Grayscale: #7E7E7E. Windows color (decimal): -6723155 or 11364761. OLE color: 11364761.

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

Color convert

RGB153105173-
CMYK0.120.3900.32
HSL282.35º29.31%54.51%-
HSV(B)282.35º39.31%67.84%-
XYZ25.7319.8942.02-
YUV127.1153.9146.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.50%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=35.50%
G=24.36%
B=40.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531051730.120.3900.32282.3529.3154.51
Hex9969ADC2702011a1d37
Octal23115125514470404323567
Binary100110011101001101011011100100111010000010001101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9969AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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