#916BAA

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

Shades of Ce Soir #916BAA

Tints of Ce Soir #916BAA

Color information

#916BAA (or 0x916BAA) is unknown color: approx Ce Soir. HEX triplet: 91, 6B and AA. RGB value is (145,107,170). Sum of RGB (Red+Green+Blue) = 145+107+170=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #916BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916BAA is #6E9455. Grayscale: #7D7D7D. Windows color (decimal): -7246934 or 11168657. OLE color: 11168657.

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

Color convert

RGB145107170-
CMYK0.150.3700.33
HSL276.19º27.04%54.31%-
HSV(B)276.19º37.06%66.67%-
XYZ24.1919.4440.51-
YUV125.54153.09141.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=34.36%
G=25.36%
B=40.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451071700.150.3700.33276.1927.0454.31
Hex916BAAF250211141b36
Octal22115325217450414243366
Binary100100011101011101010101111100101010000110001010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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