#926EAB

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

Shades of Ce Soir #926EAB

Tints of Ce Soir #926EAB

Color information

#926EAB (or 0x926EAB) is unknown color: approx Ce Soir. HEX triplet: 92, 6E and AB. RGB value is (146,110,171). Sum of RGB (Red+Green+Blue) = 146+110+171=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #926EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926EAB is #6D9154. Grayscale: #7F7F7F. Windows color (decimal): -7180629 or 11234962. OLE color: 11234962.

HSL color Cylindrical-coordinate representation of color #926EAB: hue angle of 275.41º degrees, saturation: 0.27, 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 #926EAB is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146110171-
CMYK0.150.3600.33
HSL275.41º26.64%55.1%-
HSV(B)275.41º35.67%67.06%-
XYZ24.7820.241.12-
YUV127.72152.43141.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=34.19%
G=25.76%
B=40.05%

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
Decimal1461101710.150.3600.33275.4126.6455.1
Hex926EABF240211131b37
Octal22215625317440414233367
Binary100100101101110101010111111100100010000110001001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926EAB; }

 p { color: rgb(146,110,171); }

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

<style>
 a { background-color: #926EAB; }

 a { background-color: rgb(146,110,171); }

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

<style>
 span { border-color: #926EAB; }

 span { border-color: rgb(146,110,171); }

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