#916DAA

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

Shades of Ce Soir #916DAA

Tints of Ce Soir #916DAA

Color information

#916DAA (or 0x916DAA) is unknown color: approx Ce Soir. HEX triplet: 91, 6D and AA. RGB value is (145,109,170). Sum of RGB (Red+Green+Blue) = 145+109+170=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #916DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916DAA is #6E9255. Grayscale: #7E7E7E. Windows color (decimal): -7246422 or 11169169. OLE color: 11169169.

HSL color Cylindrical-coordinate representation of color #916DAA: hue angle of 275.41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #916DAA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145109170-
CMYK0.150.3600.33
HSL275.41º26.41%54.71%-
HSV(B)275.41º35.88%66.67%-
XYZ24.419.8640.58-
YUV126.72152.43141.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=34.20%
G=25.71%
B=40.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451091700.150.3600.33275.4126.4154.71
Hex916DAAF240211131a37
Octal22115525217440414233267
Binary100100011101101101010101111100100010000110001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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