Html Css Color HEX #90849A Amethyst Smoke

📋 copy color: '#90849A'

red 144 ◦ green 132 ◦ blue 154

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

Shades of Amethyst Smoke #90849A

Tints of Amethyst Smoke #90849A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.81%

R = 33.49%
G = 30.7%
B = 35.81%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#90849A (or 0x90849A) is known color: Amethyst Smoke. HEX triplet: 90, 84 and 9A. RGB value is (144,132,154). Sum of RGB (Red+Green+Blue) = 144+132+154=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #90849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90849A is #6F7B65. Grayscale: #8A8A8A. Windows color (decimal): -7306086 or 10126480. OLE color: 10126480.

HSL color Cylindrical-coordinate representation of color #90849A: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90849A is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 132 154 -
CMYK 0.06 0.14 0 0.40
HSL 272.73º 0.1% 0.56% -
HSV(B) 272.73º 0.14% 0.6% -
XYZ 25.59 24.76 34 -
YUV 138.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 144 132 154 0.06 0.14 0 0.40 272.73 0.1 0.56
Hex 90 84 9A 6 E 0 28 111 A 38
Octal 220 204 232 6 16 0 50 421 12 70
Binary 10010000 10000100 10011010 110 1110 0 101000 100010001 1010 111000

Color Harmonies of #90849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90849A

Black with #90849A

Text Example


Text Example

White with #90849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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