#996FA5

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

Shades of Ce Soir #996FA5

Tints of Ce Soir #996FA5

Color information

#996FA5 (or 0x996FA5) is unknown color: approx Ce Soir. HEX triplet: 99, 6F and A5. RGB value is (153,111,165). Sum of RGB (Red+Green+Blue) = 153+111+165=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #996FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FA5 is #66905A. Grayscale: #818181. Windows color (decimal): -6721627 or 10842009. OLE color: 10842009.

HSL color Cylindrical-coordinate representation of color #996FA5: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996FA5 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB153111165-
CMYK0.070.3300.35
HSL286.67º23.08%54.12%-
HSV(B)286.67º32.73%64.71%-
XYZ25.6120.8638.27-
YUV129.71147.91144.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=35.66%
G=25.87%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531111650.070.3300.35286.6723.0854.12
Hex996FA572102311f1736
Octal2311572457410434372766
Binary10011001110111110100101111100001010001110001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,111,165); }

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

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

 a { background-color: rgb(153,111,165); }

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

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

 span { border-color: rgb(153,111,165); }

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