#9368AE

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

Shades of Ce Soir #9368AE

Tints of Ce Soir #9368AE

Color information

#9368AE (or 0x9368AE) is unknown color: approx Ce Soir. HEX triplet: 93, 68 and AE. RGB value is (147,104,174). Sum of RGB (Red+Green+Blue) = 147+104+174=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #9368AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9368AE is #6C9751. Grayscale: #7C7C7C. Windows color (decimal): -7116626 or 11430035. OLE color: 11430035.

HSL color Cylindrical-coordinate representation of color #9368AE: hue angle of 276.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9368AE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147104174-
CMYK0.160.4000.32
HSL276.86º30.17%54.51%-
HSV(B)276.86º40.23%68.24%-
XYZ24.6219.1642.44-
YUV124.84155.75143.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=34.59%
G=24.47%
B=40.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471041740.160.4000.32276.8630.1754.51
Hex9368AE10280201151e37
Octal22315025620500404253667
Binary1001001111010001010111010000101000010000010001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,104,174); }

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

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

 a { background-color: rgb(147,104,174); }

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

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

 span { border-color: rgb(147,104,174); }

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