#9B6EB2

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

Shades of Ce Soir #9B6EB2

Tints of Ce Soir #9B6EB2

Color information

#9B6EB2 (or 0x9B6EB2) is unknown color: approx Ce Soir. HEX triplet: 9B, 6E and B2. RGB value is (155,110,178). Sum of RGB (Red+Green+Blue) = 155+110+178=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #9B6EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6EB2 is #64914D. Grayscale: #828282. Windows color (decimal): -6590798 or 11693723. OLE color: 11693723.

HSL color Cylindrical-coordinate representation of color #9B6EB2: hue angle of 279.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6EB2 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB155110178-
CMYK0.130.3800.30
HSL279.71º30.63%56.47%-
HSV(B)279.71º38.2%69.8%-
XYZ27.1321.3344.81-
YUV131.21154.41144.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 178 (69.92% from 255) = 40.18%
R=34.99%
G=24.83%
B=40.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1551101780.130.3800.30279.7130.6356.47
Hex9B6EB2D2601E1181f38
Octal23315626215460364303770
Binary10011011110111010110010110110011001111010001100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,178); }

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

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

 a { background-color: rgb(155,110,178); }

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

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

 span { border-color: rgb(155,110,178); }

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