#9073AA

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

Shades of Ce Soir #9073AA

Tints of Ce Soir #9073AA

Color information

#9073AA (or 0x9073AA) is unknown color: approx Ce Soir. HEX triplet: 90, 73 and AA. RGB value is (144,115,170). Sum of RGB (Red+Green+Blue) = 144+115+170=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #9073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9073AA is #6F8C55. Grayscale: #818181. Windows color (decimal): -7310422 or 11170704. OLE color: 11170704.

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

Color convert

RGB144115170-
CMYK0.150.3200.33
HSL271.64º24.44%55.88%-
HSV(B)271.64º32.35%66.67%-
XYZ24.8921.0940.79-
YUV129.94150.61138.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=33.57%
G=26.81%
B=39.63%

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
Decimal1441151700.150.3200.33271.6424.4455.88
Hex9073AAF200211101838
Octal22016325217400414203070
Binary100100001110011101010101111100000010000110001000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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