#9B84AA

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

Shades of Amethyst Smoke #9B84AA

Tints of Amethyst Smoke #9B84AA

Color information

#9B84AA (or 0x9B84AA) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 84 and AA. RGB value is (155,132,170). Sum of RGB (Red+Green+Blue) = 155+132+170=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B84AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B84AA is #647B55. Grayscale: #8F8F8F. Windows color (decimal): -6585174 or 11175067. OLE color: 11175067.

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

Color convert

RGB155132170-
CMYK0.090.2200.33
HSL276.32º18.27%59.22%-
HSV(B)276.32º22.35%66.67%-
XYZ29.0226.3741.59-
YUV143.21143.12136.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 132 (51.95% from 255) = 28.88%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=33.92%
G=28.88%
B=37.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551321700.090.2200.33276.3218.2759.22
Hex9B84AA916021114123b
Octal23320425211260414242273
Binary100110111000010010101010100110110010000110001010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B84AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,170); }

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

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

 a { background-color: rgb(155,132,170); }

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

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

 span { border-color: rgb(155,132,170); }

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