#9072AC

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

Shades of Ce Soir #9072AC

Tints of Ce Soir #9072AC

Color information

#9072AC (or 0x9072AC) is unknown color: approx Ce Soir. HEX triplet: 90, 72 and AC. RGB value is (144,114,172). Sum of RGB (Red+Green+Blue) = 144+114+172=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9072AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072AC is #6F8D53. Grayscale: #818181. Windows color (decimal): -7310676 or 11301520. OLE color: 11301520.

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

Color convert

RGB144114172-
CMYK0.160.3400.33
HSL271.03º25.89%56.08%-
HSV(B)271.03º33.72%67.45%-
XYZ24.9720.9441.76-
YUV129.58151.94138.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 114 (44.92% from 255) = 26.51%
BLUE value IS 172 (67.58% from 255) = 40%
R=33.49%
G=26.51%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441141720.160.3400.33271.0325.8956.08
Hex9072AC102202110f1a38
Octal22016225420420414173270
Binary1001000011100101010110010000100010010000110000111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9072AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,114,172); }

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

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

 a { background-color: rgb(144,114,172); }

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

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

 span { border-color: rgb(144,114,172); }

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