#9069AE

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

Shades of Ce Soir #9069AE

Tints of Ce Soir #9069AE

Color information

#9069AE (or 0x9069AE) is unknown color: approx Ce Soir. HEX triplet: 90, 69 and AE. RGB value is (144,105,174). Sum of RGB (Red+Green+Blue) = 144+105+174=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #9069AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9069AE is #6F9651. Grayscale: #7C7C7C. Windows color (decimal): -7312978 or 11430288. OLE color: 11430288.

HSL color Cylindrical-coordinate representation of color #9069AE: hue angle of 273.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9069AE is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144105174-
CMYK0.170.4000.32
HSL273.91º29.87%54.71%-
HSV(B)273.91º39.66%68.24%-
XYZ24.1919.0942.45-
YUV124.53155.92141.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=34.04%
G=24.82%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441051740.170.4000.32273.9129.8754.71
Hex9069AE11280201121e37
Octal22015125621500404223667
Binary1001000011010011010111010001101000010000010001001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9069AE; }

 p { color: rgb(144,105,174); }

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

<style>
 a { background-color: #9069AE; }

 a { background-color: rgb(144,105,174); }

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

<style>
 span { border-color: #9069AE; }

 span { border-color: rgb(144,105,174); }

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