#9B6AAE

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

Shades of Ce Soir #9B6AAE

Tints of Ce Soir #9B6AAE

Color information

#9B6AAE (or 0x9B6AAE) is unknown color: approx Ce Soir. HEX triplet: 9B, 6A and AE. RGB value is (155,106,174). Sum of RGB (Red+Green+Blue) = 155+106+174=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B6AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6AAE is #649551. Grayscale: #808080. Windows color (decimal): -6591826 or 11430555. OLE color: 11430555.

HSL color Cylindrical-coordinate representation of color #9B6AAE: hue angle of 283.24º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B6AAE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155106174-
CMYK0.110.3900.32
HSL283.24º29.57%54.9%-
HSV(B)283.24º39.08%68.24%-
XYZ26.3120.3342.58-
YUV128.4153.73146.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 174 (68.36% from 255) = 40%
R=35.63%
G=24.37%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551061740.110.3900.32283.2429.5754.9
Hex9B6AAEB2702011b1e37
Octal23315225613470404333667
Binary100110111101010101011101011100111010000010001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,174); }

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

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

 a { background-color: rgb(155,106,174); }

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

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

 span { border-color: rgb(155,106,174); }

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