#91839D

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

Shades of Amethyst Smoke #91839D

Tints of Amethyst Smoke #91839D

Color information

#91839D (or 0x91839D) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 83 and 9D. RGB value is (145,131,157). Sum of RGB (Red+Green+Blue) = 145+131+157=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #91839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91839D is #6E7C62. Grayscale: #8A8A8A. Windows color (decimal): -7240803 or 10322833. OLE color: 10322833.

HSL color Cylindrical-coordinate representation of color #91839D: hue angle of 272.31º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91839D is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB145131157-
CMYK0.080.1700.38
HSL272.31º11.71%56.47%-
HSV(B)272.31º16.56%61.57%-
XYZ25.8824.6935.3-
YUV138.15138.64132.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 131 (51.56% from 255) = 30.25%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=33.49%
G=30.25%
B=36.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451311570.080.1700.38272.3111.7156.47
Hex91839D811026110c38
Octal22120323510210464201470
Binary10010001100000111001110110001000101001101000100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91839D; }

 p { color: rgb(145,131,157); }

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

<style>
 a { background-color: #91839D; }

 a { background-color: rgb(145,131,157); }

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

<style>
 span { border-color: #91839D; }

 span { border-color: rgb(145,131,157); }

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