#9373A2

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

Shades of Ce Soir #9373A2

Tints of Ce Soir #9373A2

Color information

#9373A2 (or 0x9373A2) is unknown color: approx Ce Soir. HEX triplet: 93, 73 and A2. RGB value is (147,115,162). Sum of RGB (Red+Green+Blue) = 147+115+162=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 162 - color contains mainly: blue. Hex color #9373A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9373A2 is #6C8C5D. Grayscale: #818181. Windows color (decimal): -7113822 or 10646419. OLE color: 10646419.

HSL color Cylindrical-coordinate representation of color #9373A2: hue angle of 280.85º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9373A2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB147115162-
CMYK0.090.2900.36
HSL280.85º20.17%54.31%-
HSV(B)280.85º29.01%63.53%-
XYZ24.6821.0736.95-
YUV129.93146.1140.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 115 (45.31% from 255) = 27.12%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=34.67%
G=27.12%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1471151620.090.2900.36280.8520.1754.31
Hex9373A291D0241191436
Octal22316324211350444312466
Binary10010011111001110100010100111101010010010001100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9373A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9373A2; }

 p { color: rgb(147,115,162); }

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

<style>
 a { background-color: #9373A2; }

 a { background-color: rgb(147,115,162); }

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

<style>
 span { border-color: #9373A2; }

 span { border-color: rgb(147,115,162); }

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