#9364AB

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

Shades of Ce Soir #9364AB

Tints of Ce Soir #9364AB

Color information

#9364AB (or 0x9364AB) is unknown color: approx Ce Soir. HEX triplet: 93, 64 and AB. RGB value is (147,100,171). Sum of RGB (Red+Green+Blue) = 147+100+171=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9364AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9364AB is #6C9B54. Grayscale: #797979. Windows color (decimal): -7117653 or 11232403. OLE color: 11232403.

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

Color convert

RGB147100171-
CMYK0.140.4200.33
HSL279.72º29.71%53.14%-
HSV(B)279.72º41.52%67.06%-
XYZ23.9418.2640.79-
YUV122.15155.57145.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=35.17%
G=23.92%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471001710.140.4200.33279.7229.7153.14
Hex9364ABE2A0211181e35
Octal22314425316520414303665
Binary100100111100100101010111110101010010000110001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9364AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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