Html Css Color HEX #90849D Amethyst Smoke

📋 copy color: '#90849D'

red 144 ◦ green 132 ◦ blue 157

#90849D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #90849D

Tints of Amethyst Smoke #90849D

RGB

 RED value IS 144 (56.64% from 255) = 33.26%

 GREEN value IS 132 (51.95% from 255) = 30.48%

 BLUE value IS 157 (61.72% from 255) = 36.26%

R = 33.26%
G = 30.48%
B = 36.26%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90849D (or 0x90849D) is known color: Amethyst Smoke. HEX triplet: 90, 84 and 9D. RGB value is (144,132,157). Sum of RGB (Red+Green+Blue) = 144+132+157=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #90849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90849D is #6F7B62. Grayscale: #8A8A8A. Windows color (decimal): -7306083 or 10323088. OLE color: 10323088.

HSL color Cylindrical-coordinate representation of color #90849D: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90849D is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 132 157 -
CMYK 0.08 0.16 0 0.38
HSL 268.8º 0.11% 0.57% -
HSV(B) 268.8º 0.16% 0.62% -
XYZ 25.84 24.87 35.34 -
YUV 138.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 144 132 157 0.08 0.16 0 0.38 268.8 0.11 0.57
Hex 90 84 9D 8 10 0 26 10D B 39
Octal 220 204 235 10 20 0 46 415 13 71
Binary 10010000 10000100 10011101 1000 10000 0 100110 100001101 1011 111001

Color Harmonies of #90849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90849D

Black with #90849D

Text Example


Text Example

White with #90849D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90849D; }

 p { color: rgb(144,132,157); }

 H1.HeaderClassName
 {
   color: #90849D;
 }
 .AnyTagClassName
 {
   color: #90849D;
 }
</style>

background-color css

<style>
 a { background-color: #90849D; }

 a { background-color: rgb(144,132,157); }

 div.DivClassName
 {
   background-color: #90849D;
 }
 .BgClassName
 {
   background-color: #90849D;
 }
</style>

border-color css

<style>
 span { border-color: #90849D; }

 span { border-color: rgb(144,132,157); }

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