#9064AC

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

Shades of Ce Soir #9064AC

Tints of Ce Soir #9064AC

Color information

#9064AC (or 0x9064AC) is unknown color: approx Ce Soir. HEX triplet: 90, 64 and AC. RGB value is (144,100,172). Sum of RGB (Red+Green+Blue) = 144+100+172=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #9064AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9064AC is #6F9B53. Grayscale: #797979. Windows color (decimal): -7314260 or 11297936. OLE color: 11297936.

HSL color Cylindrical-coordinate representation of color #9064AC: hue angle of 276.67º 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 #9064AC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144100172-
CMYK0.160.4200.33
HSL276.67º30.25%53.33%-
HSV(B)276.67º41.86%67.45%-
XYZ23.5118.0241.27-
YUV121.36156.58144.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=34.62%
G=24.04%
B=41.35%

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
Decimal1441001720.160.4200.33276.6730.2553.33
Hex9064AC102A0211151e35
Octal22014425420520414253665
Binary1001000011001001010110010000101010010000110001010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9064AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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