#9064AB

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

Shades of Ce Soir #9064AB

Tints of Ce Soir #9064AB

Color information

#9064AB (or 0x9064AB) is unknown color: approx Ce Soir. HEX triplet: 90, 64 and AB. RGB value is (144,100,171). Sum of RGB (Red+Green+Blue) = 144+100+171=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9064AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9064AB is #6F9B54. Grayscale: #797979. Windows color (decimal): -7314261 or 11232400. OLE color: 11232400.

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

Color convert

RGB144100171-
CMYK0.160.4200.33
HSL277.18º29.71%53.14%-
HSV(B)277.18º41.52%67.06%-
XYZ23.4117.9840.77-
YUV121.25156.08144.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=34.70%
G=24.10%
B=41.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441001710.160.4200.33277.1829.7153.14
Hex9064AB102A0211151e35
Octal22014425320520414253665
Binary1001000011001001010101110000101010010000110001010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9064AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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