#9273AA

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

Shades of Ce Soir #9273AA

Tints of Ce Soir #9273AA

Color information

#9273AA (or 0x9273AA) is unknown color: approx Ce Soir. HEX triplet: 92, 73 and AA. RGB value is (146,115,170). Sum of RGB (Red+Green+Blue) = 146+115+170=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 170 - color contains mainly: blue. Hex color #9273AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9273AA is #6D8C55. Grayscale: #828282. Windows color (decimal): -7179350 or 11170706. OLE color: 11170706.

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

Color convert

RGB146115170-
CMYK0.140.3200.33
HSL273.82º24.44%55.88%-
HSV(B)273.82º32.35%66.67%-
XYZ25.2421.2740.81-
YUV130.54150.27139.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=33.87%
G=26.68%
B=39.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461151700.140.3200.33273.8224.4455.88
Hex9273AAE200211121838
Octal22216325216400414223070
Binary100100101110011101010101110100000010000110001001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9273AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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