#9F6CB6

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

Shades of Ce Soir #9F6CB6

Tints of Ce Soir #9F6CB6

Color information

#9F6CB6 (or 0x9F6CB6) is unknown color: approx Ce Soir. HEX triplet: 9F, 6C and B6. RGB value is (159,108,182). Sum of RGB (Red+Green+Blue) = 159+108+182=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #9F6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CB6 is #609349. Grayscale: #838383. Windows color (decimal): -6329162 or 11955359. OLE color: 11955359.

HSL color Cylindrical-coordinate representation of color #9F6CB6: hue angle of 281.35º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F6CB6 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB159108182-
CMYK0.130.4100.29
HSL281.35º33.64%56.86%-
HSV(B)281.35º40.66%71.37%-
XYZ28.121.4746.92-
YUV131.68156.4147.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 108 (42.58% from 255) = 24.05%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=35.41%
G=24.05%
B=40.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591081820.130.4100.29281.3533.6456.86
Hex9F6CB6D2901D1192239
Octal23715426615510354314271
Binary100111111101100101101101101101001011101100011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,108,182); }

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

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

 a { background-color: rgb(159,108,182); }

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

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

 span { border-color: rgb(159,108,182); }

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