#9A7BAD

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

Shades of Ce Soir #9A7BAD

Tints of Ce Soir #9A7BAD

Color information

#9A7BAD (or 0x9A7BAD) is unknown color: approx Ce Soir. HEX triplet: 9A, 7B and AD. RGB value is (154,123,173). Sum of RGB (Red+Green+Blue) = 154+123+173=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 123 (48.44% from 255 or 27.33% 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 #9A7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BAD is #658452. Grayscale: #898989. Windows color (decimal): -6653011 or 11369370. OLE color: 11369370.

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

Color convert

RGB154123173-
CMYK0.110.2900.32
HSL277.2º23.36%58.04%-
HSV(B)277.2º28.9%67.84%-
XYZ27.9524.0542.7-
YUV137.97147.77139.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=34.22%
G=27.33%
B=38.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541231730.110.2900.32277.223.3658.04
Hex9A7BADB1D020115173a
Octal23217325513350404252772
Binary10011010111101110101101101111101010000010001010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,173); }

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

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

 a { background-color: rgb(154,123,173); }

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

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

 span { border-color: rgb(154,123,173); }

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