#9F69AC

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

Shades of Ce Soir #9F69AC

Tints of Ce Soir #9F69AC

Color information

#9F69AC (or 0x9F69AC) is unknown color: approx Ce Soir. HEX triplet: 9F, 69 and AC. RGB value is (159,105,172). Sum of RGB (Red+Green+Blue) = 159+105+172=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F69AC is #609653. Grayscale: #808080. Windows color (decimal): -6329940 or 11299231. OLE color: 11299231.

HSL color Cylindrical-coordinate representation of color #9F69AC: hue angle of 288.36º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F69AC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159105172-
CMYK0.080.3900.33
HSL288.36º28.76%54.31%-
HSV(B)288.36º38.95%67.45%-
XYZ26.820.4541.57-
YUV128.78152.39149.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=36.47%
G=24.08%
B=39.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591051720.080.3900.33288.3628.7654.31
Hex9F69AC8270211201d36
Octal23715125410470414403566
Binary100111111101001101011001000100111010000110010000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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