#926AAE

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

Shades of Ce Soir #926AAE

Tints of Ce Soir #926AAE

Color information

#926AAE (or 0x926AAE) is unknown color: approx Ce Soir. HEX triplet: 92, 6A and AE. RGB value is (146,106,174). Sum of RGB (Red+Green+Blue) = 146+106+174=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 174 - color contains mainly: blue. Hex color #926AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926AAE is #6D9551. Grayscale: #7D7D7D. Windows color (decimal): -7181650 or 11430546. OLE color: 11430546.

HSL color Cylindrical-coordinate representation of color #926AAE: hue angle of 275.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #926AAE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146106174-
CMYK0.160.3900.32
HSL275.29º29.57%54.9%-
HSV(B)275.29º39.08%68.24%-
XYZ24.6519.4842.5-
YUV125.71155.25142.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=34.27%
G=24.88%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461061740.160.3900.32275.2929.5754.9
Hex926AAE10270201131e37
Octal22215225620470404233667
Binary1001001011010101010111010000100111010000010001001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,174); }

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

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

 a { background-color: rgb(146,106,174); }

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

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

 span { border-color: rgb(146,106,174); }

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