Html Css Color HEX #908699 Amethyst Smoke

📋 copy color: '#908699'

red 144 ◦ green 134 ◦ blue 153

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

Shades of Amethyst Smoke #908699

Tints of Amethyst Smoke #908699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 33.41%
G = 31.09%
B = 35.5%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#908699 (or 0x908699) is known color: Amethyst Smoke. HEX triplet: 90, 86 and 99. RGB value is (144,134,153). Sum of RGB (Red+Green+Blue) = 144+134+153=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #908699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908699 is #6F7966. Grayscale: #8B8B8B. Windows color (decimal): -7305575 or 10061456. OLE color: 10061456.

HSL color Cylindrical-coordinate representation of color #908699: hue angle of 271.58º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908699 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 134 153 -
CMYK 0.06 0.12 0 0.4
HSL 271.58º 0.09% 0.56% -
HSV(B) 271.58º 0.12% 0.6% -
XYZ 25.78 25.28 33.66 -
YUV 139.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 144 134 153 0.06 0.12 0 0.4 271.58 0.09 0.56
Hex 90 86 99 6 C 0 28 110 9 38
Octal 220 206 231 6 14 0 50 420 11 70
Binary 10010000 10000110 10011001 110 1100 0 101000 100010000 1001 111000

Color Harmonies of #908699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908699

Black with #908699

Text Example


Text Example

White with #908699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908699; }

 p { color: rgb(144,134,153); }

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

background-color css

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

 a { background-color: rgb(144,134,153); }

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

border-color css

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

 span { border-color: rgb(144,134,153); }

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