#9F69AD

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

Shades of Ce Soir #9F69AD

Tints of Ce Soir #9F69AD

Color information

#9F69AD (or 0x9F69AD) is unknown color: approx Ce Soir. HEX triplet: 9F, 69 and AD. RGB value is (159,105,173). Sum of RGB (Red+Green+Blue) = 159+105+173=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F69AD is #609652. Grayscale: #808080. Windows color (decimal): -6329939 or 11364767. OLE color: 11364767.

HSL color Cylindrical-coordinate representation of color #9F69AD: hue angle of 287.65º 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 #9F69AD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159105173-
CMYK0.080.3900.32
HSL287.65º29.31%54.51%-
HSV(B)287.65º39.31%67.84%-
XYZ26.8920.4942.07-
YUV128.9152.89149.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.38%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=36.38%
G=24.03%
B=39.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591051730.080.3900.32287.6529.3154.51
Hex9F69AD8270201201d37
Octal23715125510470404403567
Binary100111111101001101011011000100111010000010010000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F69AD; }

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

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

<style>
 a { background-color: #9F69AD; }

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

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

<style>
 span { border-color: #9F69AD; }

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

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