#916EAA

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

Shades of Ce Soir #916EAA

Tints of Ce Soir #916EAA

Color information

#916EAA (or 0x916EAA) is unknown color: approx Ce Soir. HEX triplet: 91, 6E and AA. RGB value is (145,110,170). Sum of RGB (Red+Green+Blue) = 145+110+170=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #916EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916EAA is #6E9155. Grayscale: #7F7F7F. Windows color (decimal): -7246166 or 11169425. OLE color: 11169425.

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

Color convert

RGB145110170-
CMYK0.150.3500.33
HSL275º26.09%54.9%-
HSV(B)275º35.29%66.67%-
XYZ24.5120.0740.61-
YUV127.3152.1140.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 170 (66.80% from 255) = 40%
R=34.12%
G=25.88%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451101700.150.3500.3327526.0954.9
Hex916EAAF230211131a37
Octal22115625217430414233267
Binary100100011101110101010101111100011010000110001001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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