#9B92A4

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

Shades of Amethyst Smoke #9B92A4

Tints of Amethyst Smoke #9B92A4

Color information

#9B92A4 (or 0x9B92A4) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 92 and A4. RGB value is (155,146,164). Sum of RGB (Red+Green+Blue) = 155+146+164=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #9B92A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B92A4 is #646D5B. Grayscale: #969696. Windows color (decimal): -6581596 or 10785435. OLE color: 10785435.

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

Color convert

RGB155146164-
CMYK0.050.1100.36
HSL270º9%60.78%-
HSV(B)270º10.98%64.31%-
XYZ30.530.2139.35-
YUV150.74135.48131.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=33.33%
G=31.40%
B=35.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551461640.050.1100.36270960.78
Hex9B92A45B02410e93d
Octal2332222445130444161175
Binary100110111001001010100100101101101001001000011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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