#926DAB

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

Shades of Ce Soir #926DAB

Tints of Ce Soir #926DAB

Color information

#926DAB (or 0x926DAB) is unknown color: approx Ce Soir. HEX triplet: 92, 6D and AB. RGB value is (146,109,171). Sum of RGB (Red+Green+Blue) = 146+109+171=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #926DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926DAB is #6D9254. Grayscale: #7E7E7E. Windows color (decimal): -7180885 or 11234706. OLE color: 11234706.

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

Color convert

RGB146109171-
CMYK0.150.3600.33
HSL275.81º26.96%54.9%-
HSV(B)275.81º36.26%67.06%-
XYZ24.6719.9941.09-
YUV127.13152.76141.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=34.27%
G=25.59%
B=40.14%

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
Decimal1461091710.150.3600.33275.8126.9654.9
Hex926DABF240211141b37
Octal22215525317440414243367
Binary100100101101101101010111111100100010000110001010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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