Html Css Color HEX #90799A Amethyst Smoke

📋 copy color: '#90799A'

red 144 ◦ green 121 ◦ blue 154

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

Shades of Amethyst Smoke #90799A

Tints of Amethyst Smoke #90799A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

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

R = 34.37%
G = 28.88%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#90799A (or 0x90799A) is known color: Amethyst Smoke. HEX triplet: 90, 79 and 9A. RGB value is (144,121,154). Sum of RGB (Red+Green+Blue) = 144+121+154=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 154 - color contains mainly: blue. Hex color #90799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90799A is #6F8665. Grayscale: #838383. Windows color (decimal): -7308902 or 10123664. OLE color: 10123664.

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

Color convert

RGB 144 121 154 -
CMYK 0.06 0.21 0 0.40
HSL 281.82º 0.14% 0.54% -
HSV(B) 281.82º 0.21% 0.6% -
XYZ 24.17 21.94 33.53 -
YUV 131.64 140.62 136.82 -
System Red Green Blue C M Y K H S L
Decimal 144 121 154 0.06 0.21 0 0.40 281.82 0.14 0.54
Hex 90 79 9A 6 15 0 28 11A E 36
Octal 220 171 232 6 25 0 50 432 16 66
Binary 10010000 1111001 10011010 110 10101 0 101000 100011010 1110 110110

Color Harmonies of #90799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90799A

Black with #90799A

Text Example


Text Example

White with #90799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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