#9275AA

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

Shades of Ce Soir #9275AA

Tints of Ce Soir #9275AA

Color information

#9275AA (or 0x9275AA) is unknown color: approx Ce Soir. HEX triplet: 92, 75 and AA. RGB value is (146,117,170). Sum of RGB (Red+Green+Blue) = 146+117+170=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9275AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9275AA is #6D8A55. Grayscale: #838383. Windows color (decimal): -7178838 or 11171218. OLE color: 11171218.

HSL color Cylindrical-coordinate representation of color #9275AA: hue angle of 272.83º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9275AA is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146117170-
CMYK0.140.3100.33
HSL272.83º23.77%56.27%-
HSV(B)272.83º31.18%66.67%-
XYZ25.4721.7440.88-
YUV131.71149.61138.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=33.72%
G=27.02%
B=39.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461171700.140.3100.33272.8323.7756.27
Hex9275AAE1F0211111838
Octal22216525216370414213070
Binary10010010111010110101010111011111010000110001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9275AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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