Html Css Color HEX #90839D Amethyst Smoke

📋 copy color: '#90839D'

red 144 ◦ green 131 ◦ blue 157

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

Shades of Amethyst Smoke #90839D

Tints of Amethyst Smoke #90839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

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

R = 33.33%
G = 30.32%
B = 36.34%

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

#90839D (or 0x90839D) is known color: Amethyst Smoke. HEX triplet: 90, 83 and 9D. RGB value is (144,131,157). Sum of RGB (Red+Green+Blue) = 144+131+157=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: blue. Hex color #90839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90839D is #6F7C62. Grayscale: #898989. Windows color (decimal): -7306339 or 10322832. OLE color: 10322832.

HSL color Cylindrical-coordinate representation of color #90839D: hue angle of 270º 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 #90839D is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 131 157 -
CMYK 0.08 0.17 0 0.38
HSL 270º 0.12% 0.56% -
HSV(B) 270º 0.17% 0.62% -
XYZ 25.7 24.6 35.29 -
YUV 137.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 144 131 157 0.08 0.17 0 0.38 270 0.12 0.56
Hex 90 83 9D 8 11 0 26 10E C 38
Octal 220 203 235 10 21 0 46 416 14 70
Binary 10010000 10000011 10011101 1000 10001 0 100110 100001110 1100 111000

Color Harmonies of #90839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90839D

Black with #90839D

Text Example


Text Example

White with #90839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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