#90819C

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

Shades of Amethyst Smoke #90819C

Tints of Amethyst Smoke #90819C

Color information

#90819C (or 0x90819C) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 81 and 9C. RGB value is (144,129,156). Sum of RGB (Red+Green+Blue) = 144+129+156=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #90819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90819C is #6F7E63. Grayscale: #888888. Windows color (decimal): -7306852 or 10256784. OLE color: 10256784.

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

Color convert

RGB144129156-
CMYK0.080.1700.39
HSL273.33º12%55.88%-
HSV(B)273.33º17.31%61.18%-
XYZ25.3524.0334.75-
YUV136.56138.97133.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.57%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=33.57%
G=30.07%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1441291560.080.1700.39273.331255.88
Hex90819C811027111c38
Octal22020123410210474211470
Binary10010000100000011001110010001000101001111000100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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