#9B6AAD

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

Shades of Ce Soir #9B6AAD

Tints of Ce Soir #9B6AAD

Color information

#9B6AAD (or 0x9B6AAD) is unknown color: approx Ce Soir. HEX triplet: 9B, 6A and AD. RGB value is (155,106,173). Sum of RGB (Red+Green+Blue) = 155+106+173=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B6AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6AAD is #649552. Grayscale: #808080. Windows color (decimal): -6591827 or 11365019. OLE color: 11365019.

HSL color Cylindrical-coordinate representation of color #9B6AAD: hue angle of 283.88º degrees, saturation: 0.29, 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 #9B6AAD is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155106173-
CMYK0.100.3900.32
HSL283.88º29%54.71%-
HSV(B)283.88º38.73%67.84%-
XYZ26.2120.2942.07-
YUV128.29153.23147.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=35.71%
G=24.42%
B=39.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551061730.100.3900.32283.882954.71
Hex9B6AADA2702011c1d37
Octal23315225512470404343567
Binary100110111101010101011011010100111010000010001110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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