#996AAB

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

Shades of Ce Soir #996AAB

Tints of Ce Soir #996AAB

Color information

#996AAB (or 0x996AAB) is unknown color: approx Ce Soir. HEX triplet: 99, 6A and AB. RGB value is (153,106,171). Sum of RGB (Red+Green+Blue) = 153+106+171=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #996AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996AAB is #669554. Grayscale: #7F7F7F. Windows color (decimal): -6722901 or 11233945. OLE color: 11233945.

HSL color Cylindrical-coordinate representation of color #996AAB: hue angle of 283.38º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996AAB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153106171-
CMYK0.110.3800.33
HSL283.38º27.9%54.31%-
HSV(B)283.38º38.01%67.06%-
XYZ25.6420.0241.04-
YUV127.46152.57146.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.58%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=35.58%
G=24.65%
B=39.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531061710.110.3800.33283.3827.954.31
Hex996AABB2602111b1c36
Octal23115225313460414333466
Binary100110011101010101010111011100110010000110001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996AAB; }

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

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

<style>
 a { background-color: #996AAB; }

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

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

<style>
 span { border-color: #996AAB; }

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

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