#9665AB

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

Shades of Ce Soir #9665AB

Tints of Ce Soir #9665AB

Color information

#9665AB (or 0x9665AB) is unknown color: approx Ce Soir. HEX triplet: 96, 65 and AB. RGB value is (150,101,171). Sum of RGB (Red+Green+Blue) = 150+101+171=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9665AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9665AB is #699A54. Grayscale: #7B7B7B. Windows color (decimal): -6920789 or 11232662. OLE color: 11232662.

HSL color Cylindrical-coordinate representation of color #9665AB: hue angle of 282º 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 #9665AB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150101171-
CMYK0.120.4100.33
HSL282º29.41%53.33%-
HSV(B)282º40.94%67.06%-
XYZ24.5818.7340.85-
YUV123.63154.73146.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=35.55%
G=23.93%
B=40.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501011710.120.4100.3328229.4153.33
Hex9665ABC2902111a1d35
Octal22614525314510414323565
Binary100101101100101101010111100101001010000110001101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9665AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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