#996FAF

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

Shades of Ce Soir #996FAF

Tints of Ce Soir #996FAF

Color information

#996FAF (or 0x996FAF) is unknown color: approx Ce Soir. HEX triplet: 99, 6F and AF. RGB value is (153,111,175). Sum of RGB (Red+Green+Blue) = 153+111+175=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #996FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996FAF is #669050. Grayscale: #828282. Windows color (decimal): -6721617 or 11497369. OLE color: 11497369.

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

Color convert

RGB153111175-
CMYK0.130.3700.31
HSL279.38º28.57%56.08%-
HSV(B)279.38º36.57%68.63%-
XYZ26.5621.2443.26-
YUV130.85152.91143.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=34.85%
G=25.28%
B=39.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531111750.130.3700.31279.3828.5756.08
Hex996FAFD2501F1171d38
Octal23115725715450374273570
Binary10011001110111110101111110110010101111110001011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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