#9965AB

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

Shades of Ce Soir #9965AB

Tints of Ce Soir #9965AB

Color information

#9965AB (or 0x9965AB) is unknown color: approx Ce Soir. HEX triplet: 99, 65 and AB. RGB value is (153,101,171). Sum of RGB (Red+Green+Blue) = 153+101+171=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #9965AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9965AB is #669A54. Grayscale: #7C7C7C. Windows color (decimal): -6724181 or 11232665. OLE color: 11232665.

HSL color Cylindrical-coordinate representation of color #9965AB: hue angle of 284.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9965AB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153101171-
CMYK0.110.4100.33
HSL284.57º29.41%53.33%-
HSV(B)284.57º40.94%67.06%-
XYZ25.1419.0240.87-
YUV124.53154.23148.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=36%
G=23.76%
B=40.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531011710.110.4100.33284.5729.4153.33
Hex9965ABB2902111d1d35
Octal23114525313510414353565
Binary100110011100101101010111011101001010000110001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9965AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9965AB; }

 p { color: rgb(153,101,171); }

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

<style>
 a { background-color: #9965AB; }

 a { background-color: rgb(153,101,171); }

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

<style>
 span { border-color: #9965AB; }

 span { border-color: rgb(153,101,171); }

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