#9073AB

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

Shades of Ce Soir #9073AB

Tints of Ce Soir #9073AB

Color information

#9073AB (or 0x9073AB) is unknown color: approx Ce Soir. HEX triplet: 90, 73 and AB. RGB value is (144,115,171). Sum of RGB (Red+Green+Blue) = 144+115+171=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9073AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9073AB is #6F8C54. Grayscale: #818181. Windows color (decimal): -7310421 or 11236240. OLE color: 11236240.

HSL color Cylindrical-coordinate representation of color #9073AB: hue angle of 271.07º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9073AB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144115171-
CMYK0.160.3300.33
HSL271.07º25%56.08%-
HSV(B)271.07º32.75%67.06%-
XYZ24.9821.1341.29-
YUV130.06151.11137.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=33.49%
G=26.74%
B=39.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441151710.160.3300.33271.072556.08
Hex9073AB102102110f1938
Octal22016325320410414173170
Binary1001000011100111010101110000100001010000110000111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9073AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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