#90819E

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

Shades of Amethyst Smoke #90819E

Tints of Amethyst Smoke #90819E

Color information

#90819E (or 0x90819E) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 81 and 9E. RGB value is (144,129,158). Sum of RGB (Red+Green+Blue) = 144+129+158=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #90819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90819E is #6F7E61. Grayscale: #888888. Windows color (decimal): -7306850 or 10387856. OLE color: 10387856.

HSL color Cylindrical-coordinate representation of color #90819E: hue angle of 271.03º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90819E is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144129158-
CMYK0.090.1800.38
HSL271.03º13%56.27%-
HSV(B)271.03º18.35%61.96%-
XYZ25.5224.135.65-
YUV136.79139.97133.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=33.41%
G=29.93%
B=36.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441291580.090.1800.38271.031356.27
Hex90819E91202610fd38
Octal22020123611220464171570
Binary10010000100000011001111010011001001001101000011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90819E; }

 p { color: rgb(144,129,158); }

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

<style>
 a { background-color: #90819E; }

 a { background-color: rgb(144,129,158); }

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

<style>
 span { border-color: #90819E; }

 span { border-color: rgb(144,129,158); }

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