#916CAB

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

Shades of Ce Soir #916CAB

Tints of Ce Soir #916CAB

Color information

#916CAB (or 0x916CAB) is unknown color: approx Ce Soir. HEX triplet: 91, 6C and AB. RGB value is (145,108,171). Sum of RGB (Red+Green+Blue) = 145+108+171=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #916CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916CAB is #6E9354. Grayscale: #7E7E7E. Windows color (decimal): -7246677 or 11234449. OLE color: 11234449.

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

Color convert

RGB145108171-
CMYK0.150.3700.33
HSL275.24º27.27%54.71%-
HSV(B)275.24º36.84%67.06%-
XYZ24.3919.6941.04-
YUV126.24153.26141.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=34.20%
G=25.47%
B=40.33%

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
Decimal1451081710.150.3700.33275.2427.2754.71
Hex916CABF250211131b37
Octal22115425317450414233367
Binary100100011101100101010111111100101010000110001001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,171); }

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

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

 a { background-color: rgb(145,108,171); }

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

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

 span { border-color: rgb(145,108,171); }

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