#92819B

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

Shades of Amethyst Smoke #92819B

Tints of Amethyst Smoke #92819B

Color information

#92819B (or 0x92819B) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 81 and 9B. RGB value is (146,129,155). Sum of RGB (Red+Green+Blue) = 146+129+155=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #92819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92819B is #6D7E64. Grayscale: #888888. Windows color (decimal): -7175781 or 10191250. OLE color: 10191250.

HSL color Cylindrical-coordinate representation of color #92819B: hue angle of 279.23º 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 #92819B is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146129155-
CMYK0.060.1700.39
HSL279.23º11.5%55.69%-
HSV(B)279.23º16.77%60.78%-
XYZ25.6224.1834.33-
YUV137.05138.13134.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.95%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=33.95%
G=30%
B=36.05%

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
Decimal1461291550.060.1700.39279.2311.555.69
Hex92819B611027117c38
Octal2222012336210474271470
Binary1001001010000001100110111101000101001111000101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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