#9B7CA4

Color #9B7CA4 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9B7CA4

Tints of Amethyst Smoke #9B7CA4

Color information

#9B7CA4 (or 0x9B7CA4) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 7C and A4. RGB value is (155,124,164). Sum of RGB (Red+Green+Blue) = 155+124+164=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #9B7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7CA4 is #64835B. Grayscale: #898989. Windows color (decimal): -6587228 or 10779803. OLE color: 10779803.

HSL color Cylindrical-coordinate representation of color #9B7CA4: hue angle of 286.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B7CA4 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB155124164-
CMYK0.050.2400.36
HSL286.5º18.02%56.47%-
HSV(B)286.5º24.39%64.31%-
XYZ27.4324.0638.32-
YUV137.83142.77140.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 164 (64.45% from 255) = 37.02%
R=34.99%
G=27.99%
B=37.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551241640.050.2400.36286.518.0256.47
Hex9B7CA451802411e1238
Octal2331742445300444362270
Binary1001101111111001010010010111000010010010001111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,164); }

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

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

 a { background-color: rgb(155,124,164); }

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

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

 span { border-color: rgb(155,124,164); }

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