Html Css Color HEX #908594 Amethyst Smoke

📋 copy color: '#908594'

red 144 ◦ green 133 ◦ blue 148

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

Shades of Amethyst Smoke #908594

Tints of Amethyst Smoke #908594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 33.88%
G = 31.29%
B = 34.82%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908594 (or 0x908594) is known color: Amethyst Smoke. HEX triplet: 90, 85 and 94. RGB value is (144,133,148). Sum of RGB (Red+Green+Blue) = 144+133+148=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #908594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908594 is #6F7A6B. Grayscale: #898989. Windows color (decimal): -7305836 or 9733520. OLE color: 9733520.

HSL color Cylindrical-coordinate representation of color #908594: hue angle of 284º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908594 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 133 148 -
CMYK 0.03 0.10 0 0.42
HSL 284º 0.07% 0.55% -
HSV(B) 284º 0.1% 0.58% -
XYZ 25.23 24.84 31.48 -
YUV 138 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 144 133 148 0.03 0.10 0 0.42 284 0.07 0.55
Hex 90 85 94 3 A 0 2A 11C 7 37
Octal 220 205 224 3 12 0 52 434 7 67
Binary 10010000 10000101 10010100 11 1010 0 101010 100011100 111 110111

Color Harmonies of #908594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908594

Black with #908594

Text Example


Text Example

White with #908594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908594; }

 p { color: rgb(144,133,148); }

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

background-color css

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

 a { background-color: rgb(144,133,148); }

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

border-color css

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

 span { border-color: rgb(144,133,148); }

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