#9E6AB6

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

Shades of Ce Soir #9E6AB6

Tints of Ce Soir #9E6AB6

Color information

#9E6AB6 (or 0x9E6AB6) is unknown color: approx Ce Soir. HEX triplet: 9E, 6A and B6. RGB value is (158,106,182). Sum of RGB (Red+Green+Blue) = 158+106+182=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6AB6 is #619549. Grayscale: #818181. Windows color (decimal): -6395210 or 11954846. OLE color: 11954846.

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

Color convert

RGB158106182-
CMYK0.130.4200.29
HSL281.05º34.23%56.47%-
HSV(B)281.05º41.76%71.37%-
XYZ27.720.9546.84-
YUV130.21157.23147.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 182 (71.48% from 255) = 40.81%
R=35.43%
G=23.77%
B=40.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1581061820.130.4200.29281.0534.2356.47
Hex9E6AB6D2A01D1192238
Octal23615226615520354314270
Binary100111101101010101101101101101010011101100011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,106,182); }

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

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

 a { background-color: rgb(158,106,182); }

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

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

 span { border-color: rgb(158,106,182); }

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