#9060AF

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

Shades of Ce Soir #9060AF

Tints of Ce Soir #9060AF

Color information

#9060AF (or 0x9060AF) is unknown color: approx Ce Soir. HEX triplet: 90, 60 and AF. RGB value is (144,96,175). Sum of RGB (Red+Green+Blue) = 144+96+175=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #9060AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9060AF is #6F9F50. Grayscale: #777777. Windows color (decimal): -7315281 or 11493520. OLE color: 11493520.

HSL color Cylindrical-coordinate representation of color #9060AF: hue angle of 276.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9060AF is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14496175-
CMYK0.180.4500.31
HSL276.46º33.05%53.14%-
HSV(B)276.46º45.14%68.63%-
XYZ23.4217.3942.68-
YUV119.36159.4145.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=34.70%
G=23.13%
B=42.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144961750.180.4500.31276.4633.0553.14
Hex9060AF122D01F1142135
Octal22014025722550374244165
Binary1001000011000001010111110010101101011111100010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9060AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9060AF; }

 p { color: rgb(144,96,175); }

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

<style>
 a { background-color: #9060AF; }

 a { background-color: rgb(144,96,175); }

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

<style>
 span { border-color: #9060AF; }

 span { border-color: rgb(144,96,175); }

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