Html Css Color HEX #908093 Amethyst Smoke

📋 copy color: '#908093'

red 144 ◦ green 128 ◦ blue 147

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

Shades of Amethyst Smoke #908093

Tints of Amethyst Smoke #908093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 34.37%
G = 30.55%
B = 35.08%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908093 (or 0x908093) is known color: Amethyst Smoke. HEX triplet: 90, 80 and 93. RGB value is (144,128,147). Sum of RGB (Red+Green+Blue) = 144+128+147=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #908093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908093 is #6F7F6C. Grayscale: #868686. Windows color (decimal): -7307117 or 9666704. OLE color: 9666704.

HSL color Cylindrical-coordinate representation of color #908093: hue angle of 290.53º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #908093 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 128 147 -
CMYK 0.02 0.13 0 0.42
HSL 290.53º 0.08% 0.54% -
HSV(B) 290.53º 0.13% 0.58% -
XYZ 24.49 23.47 30.84 -
YUV 134.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 144 128 147 0.02 0.13 0 0.42 290.53 0.08 0.54
Hex 90 80 93 2 D 0 2A 123 8 36
Octal 220 200 223 2 15 0 52 443 10 66
Binary 10010000 10000000 10010011 10 1101 0 101010 100100011 1000 110110

Color Harmonies of #908093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908093

Black with #908093

Text Example


Text Example

White with #908093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908093; }

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

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

background-color css

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

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

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

border-color css

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

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

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