#996DB1

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

Shades of Ce Soir #996DB1

Tints of Ce Soir #996DB1

Color information

#996DB1 (or 0x996DB1) is unknown color: approx Ce Soir. HEX triplet: 99, 6D and B1. RGB value is (153,109,177). Sum of RGB (Red+Green+Blue) = 153+109+177=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #996DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996DB1 is #66924E. Grayscale: #818181. Windows color (decimal): -6722127 or 11627929. OLE color: 11627929.

HSL color Cylindrical-coordinate representation of color #996DB1: hue angle of 278.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #996DB1 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153109177-
CMYK0.140.3800.31
HSL278.82º30.36%56.08%-
HSV(B)278.82º38.42%69.41%-
XYZ26.5420.8844.23-
YUV129.91154.58144.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=34.85%
G=24.83%
B=40.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531091770.140.3800.31278.8230.3656.08
Hex996DB1E2601F1171e38
Octal23115526116460374273670
Binary10011001110110110110001111010011001111110001011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,177); }

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

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

 a { background-color: rgb(153,109,177); }

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

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

 span { border-color: rgb(153,109,177); }

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