#91819B

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

Shades of Amethyst Smoke #91819B

Tints of Amethyst Smoke #91819B

Color information

#91819B (or 0x91819B) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 81 and 9B. RGB value is (145,129,155). Sum of RGB (Red+Green+Blue) = 145+129+155=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #91819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91819B is #6E7E64. Grayscale: #888888. Windows color (decimal): -7241317 or 10191249. OLE color: 10191249.

HSL color Cylindrical-coordinate representation of color #91819B: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91819B is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB145129155-
CMYK0.060.1700.39
HSL276.92º11.5%55.69%-
HSV(B)276.92º16.77%60.78%-
XYZ25.4424.0934.32-
YUV136.75138.3133.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=33.80%
G=30.07%
B=36.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451291550.060.1700.39276.9211.555.69
Hex91819B611027115c38
Octal2212012336210474251470
Binary1001000110000001100110111101000101001111000101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91819B; }

 p { color: rgb(145,129,155); }

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

<style>
 a { background-color: #91819B; }

 a { background-color: rgb(145,129,155); }

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

<style>
 span { border-color: #91819B; }

 span { border-color: rgb(145,129,155); }

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