#9070AB

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

Shades of Ce Soir #9070AB

Tints of Ce Soir #9070AB

Color information

#9070AB (or 0x9070AB) is unknown color: approx Ce Soir. HEX triplet: 90, 70 and AB. RGB value is (144,112,171). Sum of RGB (Red+Green+Blue) = 144+112+171=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9070AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9070AB is #6F8F54. Grayscale: #808080. Windows color (decimal): -7311189 or 11235472. OLE color: 11235472.

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

Color convert

RGB144112171-
CMYK0.160.3500.33
HSL272.54º25.99%55.49%-
HSV(B)272.54º34.5%67.06%-
XYZ24.6520.4641.18-
YUV128.29152.1139.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=33.72%
G=26.23%
B=40.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441121710.160.3500.33272.5425.9955.49
Hex9070AB10230211111a37
Octal22016025320430414213267
Binary1001000011100001010101110000100011010000110001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9070AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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