#9275AC

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

Shades of Ce Soir #9275AC

Tints of Ce Soir #9275AC

Color information

#9275AC (or 0x9275AC) is unknown color: approx Ce Soir. HEX triplet: 92, 75 and AC. RGB value is (146,117,172). Sum of RGB (Red+Green+Blue) = 146+117+172=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9275AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275AC is #6D8A53. Grayscale: #838383. Windows color (decimal): -7178836 or 11302290. OLE color: 11302290.

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

Color convert

RGB146117172-
CMYK0.150.3200.33
HSL271.64º24.89%56.67%-
HSV(B)271.64º31.98%67.45%-
XYZ25.6621.8141.89-
YUV131.94150.61138.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=33.56%
G=26.90%
B=39.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461171720.150.3200.33271.6424.8956.67
Hex9275ACF200211101939
Octal22216525417400414203171
Binary100100101110101101011001111100000010000110001000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9275AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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