#9368AB

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

Shades of Ce Soir #9368AB

Tints of Ce Soir #9368AB

Color information

#9368AB (or 0x9368AB) is unknown color: approx Ce Soir. HEX triplet: 93, 68 and AB. RGB value is (147,104,171). Sum of RGB (Red+Green+Blue) = 147+104+171=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9368AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9368AB is #6C9754. Grayscale: #7C7C7C. Windows color (decimal): -7116629 or 11233427. OLE color: 11233427.

HSL color Cylindrical-coordinate representation of color #9368AB: hue angle of 278.51º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9368AB is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147104171-
CMYK0.140.3900.33
HSL278.51º28.51%53.92%-
HSV(B)278.51º39.18%67.06%-
XYZ24.3319.0440.92-
YUV124.49154.25144.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=34.83%
G=24.64%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471041710.140.3900.33278.5128.5153.92
Hex9368ABE270211171d36
Octal22315025316470414273566
Binary100100111101000101010111110100111010000110001011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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