#9964AD

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

Shades of Ce Soir #9964AD

Tints of Ce Soir #9964AD

Color information

#9964AD (or 0x9964AD) is unknown color: approx Ce Soir. HEX triplet: 99, 64 and AD. RGB value is (153,100,173). Sum of RGB (Red+Green+Blue) = 153+100+173=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #9964AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9964AD is #669B52. Grayscale: #7B7B7B. Windows color (decimal): -6724435 or 11363481. OLE color: 11363481.

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

Color convert

RGB153100173-
CMYK0.120.4200.32
HSL283.56º30.8%53.53%-
HSV(B)283.56º42.2%67.84%-
XYZ25.2418.941.85-
YUV124.17155.56148.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.92%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=35.92%
G=23.47%
B=40.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531001730.120.4200.32283.5630.853.53
Hex9964ADC2A02011c1f36
Octal23114425514520404343766
Binary100110011100100101011011100101010010000010001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9964AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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