#9464AD

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

Shades of Ce Soir #9464AD

Tints of Ce Soir #9464AD

Color information

#9464AD (or 0x9464AD) is unknown color: approx Ce Soir. HEX triplet: 94, 64 and AD. RGB value is (148,100,173). Sum of RGB (Red+Green+Blue) = 148+100+173=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9464AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9464AD is #6B9B52. Grayscale: #7A7A7A. Windows color (decimal): -7052115 or 11363476. OLE color: 11363476.

HSL color Cylindrical-coordinate representation of color #9464AD: hue angle of 279.45º 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 #9464AD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148100173-
CMYK0.140.4200.32
HSL279.45º30.8%53.53%-
HSV(B)279.45º42.2%67.84%-
XYZ24.3118.4341.81-
YUV122.67156.4146.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=35.15%
G=23.75%
B=41.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481001730.140.4200.32279.4530.853.53
Hex9464ADE2A0201171f36
Octal22414425516520404273766
Binary100101001100100101011011110101010010000010001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9464AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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