#9F75AB

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

Shades of Ce Soir #9F75AB

Tints of Ce Soir #9F75AB

Color information

#9F75AB (or 0x9F75AB) is unknown color: approx Ce Soir. HEX triplet: 9F, 75 and AB. RGB value is (159,117,171). Sum of RGB (Red+Green+Blue) = 159+117+171=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F75AB is #608A54. Grayscale: #878787. Windows color (decimal): -6326869 or 11236767. OLE color: 11236767.

HSL color Cylindrical-coordinate representation of color #9F75AB: hue angle of 286.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F75AB is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159117171-
CMYK0.070.3200.33
HSL286.67º24.32%56.47%-
HSV(B)286.67º31.58%67.06%-
XYZ28.0123.0341.5-
YUV135.71147.91144.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=35.57%
G=26.17%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591171710.070.3200.33286.6724.3256.47
Hex9F75AB72002111f1838
Octal2371652537400414373070
Binary10011111111010110101011111100000010000110001111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,171); }

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

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

 a { background-color: rgb(159,117,171); }

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

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

 span { border-color: rgb(159,117,171); }

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