#9B7AAD

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

Shades of Ce Soir #9B7AAD

Tints of Ce Soir #9B7AAD

Color information

#9B7AAD (or 0x9B7AAD) is unknown color: approx Ce Soir. HEX triplet: 9B, 7A and AD. RGB value is (155,122,173). Sum of RGB (Red+Green+Blue) = 155+122+173=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7AAD is #648552. Grayscale: #898989. Windows color (decimal): -6587731 or 11369115. OLE color: 11369115.

HSL color Cylindrical-coordinate representation of color #9B7AAD: hue angle of 278.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B7AAD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155122173-
CMYK0.100.2900.32
HSL278.82º23.72%57.84%-
HSV(B)278.82º29.48%67.84%-
XYZ28.0223.942.67-
YUV137.68147.93140.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=34.44%
G=27.11%
B=38.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551221730.100.2900.32278.8223.7257.84
Hex9B7AADA1D020117183a
Octal23317225512350404273072
Binary10011011111101010101101101011101010000010001011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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