#90809C

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

Shades of Amethyst Smoke #90809C

Tints of Amethyst Smoke #90809C

Color information

#90809C (or 0x90809C) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 80 and 9C. RGB value is (144,128,156). Sum of RGB (Red+Green+Blue) = 144+128+156=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #90809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90809C is #6F7F63. Grayscale: #878787. Windows color (decimal): -7307108 or 10256528. OLE color: 10256528.

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

Color convert

RGB144128156-
CMYK0.080.1800.39
HSL274.29º12.39%55.69%-
HSV(B)274.29º17.95%61.18%-
XYZ25.2223.7734.71-
YUV135.98139.3133.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 156 (61.33% from 255) = 36.45%
R=33.64%
G=29.91%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441281560.080.1800.39274.2912.3955.69
Hex90809C812027112c38
Octal22020023410220474221470
Binary10010000100000001001110010001001001001111000100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90809C; }

 p { color: rgb(144,128,156); }

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

<style>
 a { background-color: #90809C; }

 a { background-color: rgb(144,128,156); }

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

<style>
 span { border-color: #90809C; }

 span { border-color: rgb(144,128,156); }

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