#9072AB

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

Shades of Ce Soir #9072AB

Tints of Ce Soir #9072AB

Color information

#9072AB (or 0x9072AB) is unknown color: approx Ce Soir. HEX triplet: 90, 72 and AB. RGB value is (144,114,171). Sum of RGB (Red+Green+Blue) = 144+114+171=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9072AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9072AB is #6F8D54. Grayscale: #818181. Windows color (decimal): -7310677 or 11235984. OLE color: 11235984.

HSL color Cylindrical-coordinate representation of color #9072AB: hue angle of 271.58º 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 #9072AB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144114171-
CMYK0.160.3300.33
HSL271.58º25.33%55.88%-
HSV(B)271.58º33.33%67.06%-
XYZ24.8720.941.25-
YUV129.47151.44138.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=33.57%
G=26.57%
B=39.86%

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
Decimal1441141710.160.3300.33271.5825.3355.88
Hex9072AB10210211101938
Octal22016225320410414203170
Binary1001000011100101010101110000100001010000110001000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9072AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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