#9364AC

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

Shades of Ce Soir #9364AC

Tints of Ce Soir #9364AC

Color information

#9364AC (or 0x9364AC) is unknown color: approx Ce Soir. HEX triplet: 93, 64 and AC. RGB value is (147,100,172). Sum of RGB (Red+Green+Blue) = 147+100+172=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #9364AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9364AC is #6C9B53. Grayscale: #7A7A7A. Windows color (decimal): -7117652 or 11297939. OLE color: 11297939.

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

Color convert

RGB147100172-
CMYK0.150.4200.33
HSL279.17º30.25%53.33%-
HSV(B)279.17º41.86%67.45%-
XYZ24.0418.341.29-
YUV122.26156.07145.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=35.08%
G=23.87%
B=41.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471001720.150.4200.33279.1730.2553.33
Hex9364ACF2A0211171e35
Octal22314425417520414273665
Binary100100111100100101011001111101010010000110001011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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