#9F75B1

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

Shades of Ce Soir #9F75B1

Tints of Ce Soir #9F75B1

Color information

#9F75B1 (or 0x9F75B1) is unknown color: approx Ce Soir. HEX triplet: 9F, 75 and B1. RGB value is (159,117,177). Sum of RGB (Red+Green+Blue) = 159+117+177=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F75B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F75B1 is #608A4E. Grayscale: #888888. Windows color (decimal): -6326863 or 11629983. OLE color: 11629983.

HSL color Cylindrical-coordinate representation of color #9F75B1: hue angle of 282º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F75B1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159117177-
CMYK0.100.3400.31
HSL282º27.78%57.65%-
HSV(B)282º33.9%69.41%-
XYZ28.623.2744.58-
YUV136.4150.91144.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=35.10%
G=25.83%
B=39.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591171770.100.3400.3128227.7857.65
Hex9F75B1A2201F11a1c3a
Octal23716526112420374323472
Binary10011111111010110110001101010001001111110001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F75B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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