Html Css Color HEX #90809F Amethyst Smoke

📋 copy color: '#90809F'

red 144 ◦ green 128 ◦ blue 159

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

Shades of Amethyst Smoke #90809F

Tints of Amethyst Smoke #90809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.7%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 33.41%
G = 29.7%
B = 36.89%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90809F (or 0x90809F) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 9F. RGB value is (144,128,159). Sum of RGB (Red+Green+Blue) = 144+128+159=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #90809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90809F is #6F7F60. Grayscale: #888888. Windows color (decimal): -7307105 or 10453136. OLE color: 10453136.

HSL color Cylindrical-coordinate representation of color #90809F: hue angle of 270.97º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90809F is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 128 159 -
CMYK 0.09 0.19 0 0.38
HSL 270.97º 0.14% 0.56% -
HSV(B) 270.97º 0.19% 0.62% -
XYZ 25.48 23.87 36.07 -
YUV 136.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 144 128 159 0.09 0.19 0 0.38 270.97 0.14 0.56
Hex 90 80 9F 9 13 0 26 10F E 38
Octal 220 200 237 11 23 0 46 417 16 70
Binary 10010000 10000000 10011111 1001 10011 0 100110 100001111 1110 111000

Color Harmonies of #90809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90809F

Black with #90809F

Text Example


Text Example

White with #90809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90809F; }

 p { color: rgb(144,128,159); }

 H1.HeaderClassName
 {
   color: #90809F;
 }
 .AnyTagClassName
 {
   color: #90809F;
 }
</style>

background-color css

<style>
 a { background-color: #90809F; }

 a { background-color: rgb(144,128,159); }

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

border-color css

<style>
 span { border-color: #90809F; }

 span { border-color: rgb(144,128,159); }

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