#9061AA

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

Shades of Ce Soir #9061AA

Tints of Ce Soir #9061AA

Color information

#9061AA (or 0x9061AA) is unknown color: approx Ce Soir. HEX triplet: 90, 61 and AA. RGB value is (144,97,170). Sum of RGB (Red+Green+Blue) = 144+97+170=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #9061AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9061AA is #6F9E55. Grayscale: #777777. Windows color (decimal): -7315030 or 11166096. OLE color: 11166096.

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

Color convert

RGB14497170-
CMYK0.150.4300.33
HSL278.63º30.04%52.35%-
HSV(B)278.63º42.94%66.67%-
XYZ23.0317.3840.17-
YUV119.38156.57145.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=35.04%
G=23.60%
B=41.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144971700.150.4300.33278.6330.0452.35
Hex9061AAF2B0211171e34
Octal22014125217530414273664
Binary100100001100001101010101111101011010000110001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9061AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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