#9276AC

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

Shades of Ce Soir #9276AC

Tints of Ce Soir #9276AC

Color information

#9276AC (or 0x9276AC) is unknown color: approx Ce Soir. HEX triplet: 92, 76 and AC. RGB value is (146,118,172). Sum of RGB (Red+Green+Blue) = 146+118+172=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9276AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9276AC is #6D8953. Grayscale: #848484. Windows color (decimal): -7178580 or 11302546. OLE color: 11302546.

HSL color Cylindrical-coordinate representation of color #9276AC: hue angle of 271.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9276AC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146118172-
CMYK0.150.3100.33
HSL271.11º24.55%56.86%-
HSV(B)271.11º31.4%67.45%-
XYZ25.7822.0541.93-
YUV132.53150.28137.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=33.49%
G=27.06%
B=39.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461181720.150.3100.33271.1124.5556.86
Hex9276ACF1F02110f1939
Octal22216625417370414173171
Binary10010010111011010101100111111111010000110000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9276AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9276AC; }

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

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

<style>
 a { background-color: #9276AC; }

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

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

<style>
 span { border-color: #9276AC; }

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

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