#9365AF

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

Shades of Ce Soir #9365AF

Tints of Ce Soir #9365AF

Color information

#9365AF (or 0x9365AF) is unknown color: approx Ce Soir. HEX triplet: 93, 65 and AF. RGB value is (147,101,175). Sum of RGB (Red+Green+Blue) = 147+101+175=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #9365AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9365AF is #6C9A50. Grayscale: #7A7A7A. Windows color (decimal): -7117393 or 11494803. OLE color: 11494803.

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

Color convert

RGB147101175-
CMYK0.160.4200.31
HSL277.3º31.62%54.12%-
HSV(B)277.3º42.29%68.63%-
XYZ24.4218.6142.86-
YUV123.19157.24144.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=34.75%
G=23.88%
B=41.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471011750.160.4200.31277.331.6254.12
Hex9365AF102A01F1152036
Octal22314525720520374254066
Binary1001001111001011010111110000101010011111100010101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9365AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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