#9A7BAB

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

Shades of Ce Soir #9A7BAB

Tints of Ce Soir #9A7BAB

Color information

#9A7BAB (or 0x9A7BAB) is unknown color: approx Ce Soir. HEX triplet: 9A, 7B and AB. RGB value is (154,123,171). Sum of RGB (Red+Green+Blue) = 154+123+171=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A7BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BAB is #658454. Grayscale: #898989. Windows color (decimal): -6653013 or 11238298. OLE color: 11238298.

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

Color convert

RGB154123171-
CMYK0.100.2800.33
HSL278.75º22.22%57.65%-
HSV(B)278.75º28.07%67.06%-
XYZ27.7623.9841.69-
YUV137.74146.77139.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=34.38%
G=27.46%
B=38.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541231710.100.2800.33278.7522.2257.65
Hex9A7BABA1C021117163a
Octal23217325312340414272672
Binary10011010111101110101011101011100010000110001011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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