#9464AE

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

Shades of Ce Soir #9464AE

Tints of Ce Soir #9464AE

Color information

#9464AE (or 0x9464AE) is unknown color: approx Ce Soir. HEX triplet: 94, 64 and AE. RGB value is (148,100,174). Sum of RGB (Red+Green+Blue) = 148+100+174=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #9464AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9464AE is #6B9B51. Grayscale: #7A7A7A. Windows color (decimal): -7052114 or 11429012. OLE color: 11429012.

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

Color convert

RGB148100174-
CMYK0.150.4300.32
HSL278.92º31.36%53.73%-
HSV(B)278.92º42.53%68.24%-
XYZ24.4118.4742.32-
YUV122.79156.9145.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 174 (68.36% from 255) = 41.23%
R=35.07%
G=23.70%
B=41.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481001740.150.4300.32278.9231.3653.73
Hex9464AEF2B0201171f36
Octal22414425617530404273766
Binary100101001100100101011101111101011010000010001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9464AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9464AE; }

 p { color: rgb(148,100,174); }

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

<style>
 a { background-color: #9464AE; }

 a { background-color: rgb(148,100,174); }

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

<style>
 span { border-color: #9464AE; }

 span { border-color: rgb(148,100,174); }

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