#9064AD

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

Shades of Ce Soir #9064AD

Tints of Ce Soir #9064AD

Color information

#9064AD (or 0x9064AD) is unknown color: approx Ce Soir. HEX triplet: 90, 64 and AD. RGB value is (144,100,173). Sum of RGB (Red+Green+Blue) = 144+100+173=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #9064AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9064AD is #6F9B52. Grayscale: #797979. Windows color (decimal): -7314259 or 11363472. OLE color: 11363472.

HSL color Cylindrical-coordinate representation of color #9064AD: hue angle of 276.16º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9064AD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144100173-
CMYK0.170.4200.32
HSL276.16º30.8%53.53%-
HSV(B)276.16º42.2%67.84%-
XYZ23.618.0641.78-
YUV121.48157.08144.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=34.53%
G=23.98%
B=41.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441001730.170.4200.32276.1630.853.53
Hex9064AD112A0201141f36
Octal22014425521520404243766
Binary1001000011001001010110110001101010010000010001010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9064AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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