#9369AD

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

Shades of Ce Soir #9369AD

Tints of Ce Soir #9369AD

Color information

#9369AD (or 0x9369AD) is unknown color: approx Ce Soir. HEX triplet: 93, 69 and AD. RGB value is (147,105,173). Sum of RGB (Red+Green+Blue) = 147+105+173=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #9369AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9369AD is #6C9652. Grayscale: #7D7D7D. Windows color (decimal): -7116371 or 11364755. OLE color: 11364755.

HSL color Cylindrical-coordinate representation of color #9369AD: hue angle of 277.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9369AD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB147105173-
CMYK0.150.3900.32
HSL277.06º29.31%54.51%-
HSV(B)277.06º39.31%67.84%-
XYZ24.6319.3241.97-
YUV125.31154.91143.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=34.59%
G=24.71%
B=40.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471051730.150.3900.32277.0629.3154.51
Hex9369ADF270201151d37
Octal22315125517470404253567
Binary100100111101001101011011111100111010000010001010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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