#9F6BAF

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

Shades of Ce Soir #9F6BAF

Tints of Ce Soir #9F6BAF

Color information

#9F6BAF (or 0x9F6BAF) is unknown color: approx Ce Soir. HEX triplet: 9F, 6B and AF. RGB value is (159,107,175). Sum of RGB (Red+Green+Blue) = 159+107+175=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F6BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6BAF is #609450. Grayscale: #828282. Windows color (decimal): -6329425 or 11496351. OLE color: 11496351.

HSL color Cylindrical-coordinate representation of color #9F6BAF: hue angle of 285.88º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F6BAF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159107175-
CMYK0.090.3900.31
HSL285.88º29.82%55.29%-
HSV(B)285.88º38.86%68.63%-
XYZ27.2920.9843.17-
YUV130.3153.23148.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=36.05%
G=24.26%
B=39.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591071750.090.3900.31285.8829.8255.29
Hex9F6BAF92701F11e1e37
Octal23715325711470374363667
Binary10011111110101110101111100110011101111110001111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,107,175); }

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

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

 a { background-color: rgb(159,107,175); }

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

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

 span { border-color: rgb(159,107,175); }

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