#916FAD

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

Shades of Ce Soir #916FAD

Tints of Ce Soir #916FAD

Color information

#916FAD (or 0x916FAD) is unknown color: approx Ce Soir. HEX triplet: 91, 6F and AD. RGB value is (145,111,173). Sum of RGB (Red+Green+Blue) = 145+111+173=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #916FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916FAD is #6E9052. Grayscale: #808080. Windows color (decimal): -7245907 or 11366289. OLE color: 11366289.

HSL color Cylindrical-coordinate representation of color #916FAD: hue angle of 272.9º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #916FAD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145111173-
CMYK0.160.3600.32
HSL272.9º27.43%55.69%-
HSV(B)272.9º35.84%67.84%-
XYZ24.920.4142.16-
YUV128.23153.26139.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=33.80%
G=25.87%
B=40.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451111730.160.3600.32272.927.4355.69
Hex916FAD10240201111b38
Octal22115725520440404213370
Binary1001000111011111010110110000100100010000010001000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916FAD; }

 p { color: rgb(145,111,173); }

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

<style>
 a { background-color: #916FAD; }

 a { background-color: rgb(145,111,173); }

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

<style>
 span { border-color: #916FAD; }

 span { border-color: rgb(145,111,173); }

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