#9372AF

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

Shades of Ce Soir #9372AF

Tints of Ce Soir #9372AF

Color information

#9372AF (or 0x9372AF) is unknown color: approx Ce Soir. HEX triplet: 93, 72 and AF. RGB value is (147,114,175). Sum of RGB (Red+Green+Blue) = 147+114+175=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9372AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9372AF is #6C8D50. Grayscale: #828282. Windows color (decimal): -7114065 or 11498131. OLE color: 11498131.

HSL color Cylindrical-coordinate representation of color #9372AF: hue angle of 272.46º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9372AF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147114175-
CMYK0.160.3500.31
HSL272.46º27.6%56.67%-
HSV(B)272.46º34.86%68.63%-
XYZ25.7921.3343.32-
YUV130.82152.93139.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=33.72%
G=26.15%
B=40.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471141750.160.3500.31272.4627.656.67
Hex9372AF102301F1101c39
Octal22316225720430374203471
Binary100100111110010101011111000010001101111110001000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9372AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9372AF; }

 p { color: rgb(147,114,175); }

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

<style>
 a { background-color: #9372AF; }

 a { background-color: rgb(147,114,175); }

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

<style>
 span { border-color: #9372AF; }

 span { border-color: rgb(147,114,175); }

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