#9071AC

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

Shades of Ce Soir #9071AC

Tints of Ce Soir #9071AC

Color information

#9071AC (or 0x9071AC) is unknown color: approx Ce Soir. HEX triplet: 90, 71 and AC. RGB value is (144,113,172). Sum of RGB (Red+Green+Blue) = 144+113+172=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9071AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9071AC is #6F8E53. Grayscale: #808080. Windows color (decimal): -7310932 or 11301264. OLE color: 11301264.

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

Color convert

RGB144113172-
CMYK0.160.3400.33
HSL271.53º26.22%55.88%-
HSV(B)271.53º34.3%67.45%-
XYZ24.8520.7241.72-
YUV129152.27138.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 113 (44.53% from 255) = 26.34%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=33.57%
G=26.34%
B=40.09%

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
Decimal1441131720.160.3400.33271.5326.2255.88
Hex9071AC10220211101a38
Octal22016125420420414203270
Binary1001000011100011010110010000100010010000110001000011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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