Html Css Color HEX #90819D Amethyst Smoke

📋 copy color: '#90819D'

red 144 ◦ green 129 ◦ blue 157

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

Shades of Amethyst Smoke #90819D

Tints of Amethyst Smoke #90819D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 33.49%
G = 30%
B = 36.51%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90819D (or 0x90819D) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 9D. RGB value is (144,129,157). Sum of RGB (Red+Green+Blue) = 144+129+157=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #90819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90819D is #6F7E62. Grayscale: #888888. Windows color (decimal): -7306851 or 10322320. OLE color: 10322320.

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

Color convert

RGB 144 129 157 -
CMYK 0.08 0.18 0 0.38
HSL 272.14º 0.13% 0.56% -
HSV(B) 272.14º 0.18% 0.62% -
XYZ 25.44 24.06 35.2 -
YUV 136.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 144 129 157 0.08 0.18 0 0.38 272.14 0.13 0.56
Hex 90 81 9D 8 12 0 26 110 C 38
Octal 220 201 235 10 22 0 46 420 14 70
Binary 10010000 10000001 10011101 1000 10010 0 100110 100010000 1100 111000

Color Harmonies of #90819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90819D

Black with #90819D

Text Example


Text Example

White with #90819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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