Html Css Color HEX #90829D Amethyst Smoke

📋 copy color: '#90829D'

red 144 ◦ green 130 ◦ blue 157

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

Shades of Amethyst Smoke #90829D

Tints of Amethyst Smoke #90829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

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

R = 33.41%
G = 30.16%
B = 36.43%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90829D (or 0x90829D) is known color: Amethyst Smoke. HEX triplet: 90, 82 and 9D. RGB value is (144,130,157). Sum of RGB (Red+Green+Blue) = 144+130+157=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #90829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90829D is #6F7D62. Grayscale: #898989. Windows color (decimal): -7306595 or 10322576. OLE color: 10322576.

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

Color convert

RGB 144 130 157 -
CMYK 0.08 0.17 0 0.38
HSL 271.11º 0.12% 0.56% -
HSV(B) 271.11º 0.17% 0.62% -
XYZ 25.57 24.33 35.25 -
YUV 137.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 144 130 157 0.08 0.17 0 0.38 271.11 0.12 0.56
Hex 90 82 9D 8 11 0 26 10F C 38
Octal 220 202 235 10 21 0 46 417 14 70
Binary 10010000 10000010 10011101 1000 10001 0 100110 100001111 1100 111000

Color Harmonies of #90829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90829D

Black with #90829D

Text Example


Text Example

White with #90829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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