#9062AC

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

Shades of Ce Soir #9062AC

Tints of Ce Soir #9062AC

Color information

#9062AC (or 0x9062AC) is unknown color: approx Ce Soir. HEX triplet: 90, 62 and AC. RGB value is (144,98,172). Sum of RGB (Red+Green+Blue) = 144+98+172=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #9062AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9062AC is #6F9D53. Grayscale: #777777. Windows color (decimal): -7314772 or 11297424. OLE color: 11297424.

HSL color Cylindrical-coordinate representation of color #9062AC: hue angle of 277.3º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9062AC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14498172-
CMYK0.160.4300.33
HSL277.3º30.83%52.94%-
HSV(B)277.3º43.02%67.45%-
XYZ23.3217.6441.21-
YUV120.19157.24144.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=34.78%
G=23.67%
B=41.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144981720.160.4300.33277.330.8352.94
Hex9062AC102B0211151f35
Octal22014225420530414253765
Binary1001000011000101010110010000101011010000110001010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9062AC; }

 p { color: rgb(144,98,172); }

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

<style>
 a { background-color: #9062AC; }

 a { background-color: rgb(144,98,172); }

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

<style>
 span { border-color: #9062AC; }

 span { border-color: rgb(144,98,172); }

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