#9069AA

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

Shades of Ce Soir #9069AA

Tints of Ce Soir #9069AA

Color information

#9069AA (or 0x9069AA) is unknown color: approx Ce Soir. HEX triplet: 90, 69 and AA. RGB value is (144,105,170). Sum of RGB (Red+Green+Blue) = 144+105+170=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9069AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9069AA is #6F9655. Grayscale: #7B7B7B. Windows color (decimal): -7312982 or 11168144. OLE color: 11168144.

HSL color Cylindrical-coordinate representation of color #9069AA: hue angle of 276º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9069AA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144105170-
CMYK0.150.3800.33
HSL276º27.66%53.92%-
HSV(B)276º38.24%66.67%-
XYZ23.8118.9340.43-
YUV124.07153.92142.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=34.37%
G=25.06%
B=40.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441051700.150.3800.3327627.6653.92
Hex9069AAF260211141c36
Octal22015125217460414243466
Binary100100001101001101010101111100110010000110001010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9069AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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