Html Css Color HEX #90829A Amethyst Smoke

📋 copy color: '#90829A'

red 144 ◦ green 130 ◦ blue 154

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

Shades of Amethyst Smoke #90829A

Tints of Amethyst Smoke #90829A

RGB

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

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

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

R = 33.64%
G = 30.37%
B = 35.98%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#90829A (or 0x90829A) is known color: Amethyst Smoke. HEX triplet: 90, 82 and 9A. RGB value is (144,130,154). Sum of RGB (Red+Green+Blue) = 144+130+154=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 154 - color contains mainly: blue. Hex color #90829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90829A is #6F7D65. Grayscale: #888888. Windows color (decimal): -7306598 or 10125968. OLE color: 10125968.

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

Color convert

RGB 144 130 154 -
CMYK 0.06 0.16 0 0.40
HSL 275º 0.11% 0.56% -
HSV(B) 275º 0.16% 0.6% -
XYZ 25.32 24.23 33.91 -
YUV 136.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 144 130 154 0.06 0.16 0 0.40 275 0.11 0.56
Hex 90 82 9A 6 10 0 28 113 B 38
Octal 220 202 232 6 20 0 50 423 13 70
Binary 10010000 10000010 10011010 110 10000 0 101000 100010011 1011 111000

Color Harmonies of #90829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90829A

Black with #90829A

Text Example


Text Example

White with #90829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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