#916DAD

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

Shades of Ce Soir #916DAD

Tints of Ce Soir #916DAD

Color information

#916DAD (or 0x916DAD) is unknown color: approx Ce Soir. HEX triplet: 91, 6D and AD. RGB value is (145,109,173). Sum of RGB (Red+Green+Blue) = 145+109+173=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #916DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916DAD is #6E9252. Grayscale: #7E7E7E. Windows color (decimal): -7246419 or 11365777. OLE color: 11365777.

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

Color convert

RGB145109173-
CMYK0.160.3700.32
HSL273.75º28.07%55.29%-
HSV(B)273.75º36.99%67.84%-
XYZ24.6919.9742.09-
YUV127.06153.93140.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 109 (42.97% from 255) = 25.53%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=33.96%
G=25.53%
B=40.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451091730.160.3700.32273.7528.0755.29
Hex916DAD10250201121c37
Octal22115525520450404223467
Binary1001000111011011010110110000100101010000010001001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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