#9364AD

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

Shades of Ce Soir #9364AD

Tints of Ce Soir #9364AD

Color information

#9364AD (or 0x9364AD) is unknown color: approx Ce Soir. HEX triplet: 93, 64 and AD. RGB value is (147,100,173). Sum of RGB (Red+Green+Blue) = 147+100+173=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9364AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9364AD is #6C9B52. Grayscale: #7A7A7A. Windows color (decimal): -7117651 or 11363475. OLE color: 11363475.

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

Color convert

RGB147100173-
CMYK0.150.4200.32
HSL278.63º30.8%53.53%-
HSV(B)278.63º42.2%67.84%-
XYZ24.1318.3341.8-
YUV122.38156.57145.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 100 (39.45% from 255) = 23.81%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=35%
G=23.81%
B=41.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471001730.150.4200.32278.6330.853.53
Hex9364ADF2A0201171f36
Octal22314425517520404273766
Binary100100111100100101011011111101010010000010001011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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