#916BAF

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

Shades of Ce Soir #916BAF

Tints of Ce Soir #916BAF

Color information

#916BAF (or 0x916BAF) is unknown color: approx Ce Soir. HEX triplet: 91, 6B and AF. RGB value is (145,107,175). Sum of RGB (Red+Green+Blue) = 145+107+175=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #916BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916BAF is #6E9450. Grayscale: #7D7D7D. Windows color (decimal): -7246929 or 11496337. OLE color: 11496337.

HSL color Cylindrical-coordinate representation of color #916BAF: hue angle of 273.53º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916BAF is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145107175-
CMYK0.170.3900.31
HSL273.53º29.82%55.29%-
HSV(B)273.53º38.86%68.63%-
XYZ24.6719.6343.05-
YUV126.11155.59141.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=33.96%
G=25.06%
B=40.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451071750.170.3900.31273.5329.8255.29
Hex916BAF112701F1121e37
Octal22115325721470374223667
Binary100100011101011101011111000110011101111110001001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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