#9B7DAD

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

Shades of Ce Soir #9B7DAD

Tints of Ce Soir #9B7DAD

Color information

#9B7DAD (or 0x9B7DAD) is unknown color: approx Ce Soir. HEX triplet: 9B, 7D and AD. RGB value is (155,125,173). Sum of RGB (Red+Green+Blue) = 155+125+173=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7DAD is #648252. Grayscale: #8B8B8B. Windows color (decimal): -6586963 or 11369883. OLE color: 11369883.

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

Color convert

RGB155125173-
CMYK0.100.2800.32
HSL277.5º22.64%58.43%-
HSV(B)277.5º27.75%67.84%-
XYZ28.3924.6542.8-
YUV139.44146.94139.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=34.22%
G=27.59%
B=38.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551251730.100.2800.32277.522.6458.43
Hex9B7DADA1C020116173a
Octal23317525512340404262772
Binary10011011111110110101101101011100010000010001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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