Html Css Color HEX #90829C Amethyst Smoke

📋 copy color: '#90829C'

red 144 ◦ green 130 ◦ blue 156

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

Shades of Amethyst Smoke #90829C

Tints of Amethyst Smoke #90829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 33.49%
G = 30.23%
B = 36.28%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90829C (or 0x90829C) is known color: Amethyst Smoke. HEX triplet: 90, 82 and 9C. RGB value is (144,130,156). Sum of RGB (Red+Green+Blue) = 144+130+156=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #90829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90829C is #6F7D63. Grayscale: #898989. Windows color (decimal): -7306596 or 10257040. OLE color: 10257040.

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

Color convert

RGB 144 130 156 -
CMYK 0.08 0.17 0 0.39
HSL 272.31º 0.12% 0.56% -
HSV(B) 272.31º 0.17% 0.61% -
XYZ 25.48 24.29 34.8 -
YUV 137.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 144 130 156 0.08 0.17 0 0.39 272.31 0.12 0.56
Hex 90 82 9C 8 11 0 27 110 C 38
Octal 220 202 234 10 21 0 47 420 14 70
Binary 10010000 10000010 10011100 1000 10001 0 100111 100010000 1100 111000

Color Harmonies of #90829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90829C

Black with #90829C

Text Example


Text Example

White with #90829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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