#9369AF

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

Shades of Ce Soir #9369AF

Tints of Ce Soir #9369AF

Color information

#9369AF (or 0x9369AF) is unknown color: approx Ce Soir. HEX triplet: 93, 69 and AF. RGB value is (147,105,175). Sum of RGB (Red+Green+Blue) = 147+105+175=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #9369AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9369AF is #6C9650. Grayscale: #7D7D7D. Windows color (decimal): -7116369 or 11495827. OLE color: 11495827.

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

Color convert

RGB147105175-
CMYK0.160.4000.31
HSL276º30.43%54.9%-
HSV(B)276º40%68.63%-
XYZ24.8219.442.99-
YUV125.54155.91143.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=34.43%
G=24.59%
B=40.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471051750.160.4000.3127630.4354.9
Hex9369AF102801F1141e37
Octal22315125720500374243667
Binary100100111101001101011111000010100001111110001010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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