#926EAC

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

Shades of Ce Soir #926EAC

Tints of Ce Soir #926EAC

Color information

#926EAC (or 0x926EAC) is unknown color: approx Ce Soir. HEX triplet: 92, 6E and AC. RGB value is (146,110,172). Sum of RGB (Red+Green+Blue) = 146+110+172=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #926EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926EAC is #6D9153. Grayscale: #7F7F7F. Windows color (decimal): -7180628 or 11300498. OLE color: 11300498.

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

Color convert

RGB146110172-
CMYK0.150.3600.33
HSL274.84º27.19%55.29%-
HSV(B)274.84º36.05%67.45%-
XYZ24.8820.2441.63-
YUV127.83152.93140.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 110 (43.36% from 255) = 25.70%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=34.11%
G=25.70%
B=40.19%

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
Decimal1461101720.150.3600.33274.8427.1955.29
Hex926EACF240211131b37
Octal22215625417440414233367
Binary100100101101110101011001111100100010000110001001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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