#9062AB

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

Shades of Ce Soir #9062AB

Tints of Ce Soir #9062AB

Color information

#9062AB (or 0x9062AB) is unknown color: approx Ce Soir. HEX triplet: 90, 62 and AB. RGB value is (144,98,171). Sum of RGB (Red+Green+Blue) = 144+98+171=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9062AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9062AB is #6F9D54. Grayscale: #777777. Windows color (decimal): -7314773 or 11231888. OLE color: 11231888.

HSL color Cylindrical-coordinate representation of color #9062AB: hue angle of 277.81º degrees, saturation: 0.3, 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 #9062AB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14498171-
CMYK0.160.4300.33
HSL277.81º30.29%52.75%-
HSV(B)277.81º42.69%67.06%-
XYZ23.2217.640.7-
YUV120.08156.74145.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=34.87%
G=23.73%
B=41.40%

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
Decimal144981710.160.4300.33277.8130.2952.75
Hex9062AB102B0211161e35
Octal22014225320530414263665
Binary1001000011000101010101110000101011010000110001011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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