Html Css Color HEX #988399 Amethyst Smoke

📋 copy color: '#988399'

red 152 ◦ green 131 ◦ blue 153

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

Shades of Amethyst Smoke #988399

Tints of Amethyst Smoke #988399

RGB

 RED value IS 152 (59.77% from 255) = 34.86%

 GREEN value IS 131 (51.56% from 255) = 30.05%

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

R = 34.86%
G = 30.05%
B = 35.09%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988399 (or 0x988399) is known color: Amethyst Smoke. HEX triplet: 98, 83 and 99. RGB value is (152,131,153). Sum of RGB (Red+Green+Blue) = 152+131+153=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #988399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988399 is #677C66. Grayscale: #8B8B8B. Windows color (decimal): -6782055 or 10060696. OLE color: 10060696.

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

Color convert

RGB 152 131 153 -
CMYK 0.01 0.14 0 0.4
HSL 297.27º 0.1% 0.56% -
HSV(B) 297.27º 0.14% 0.6% -
XYZ 26.81 25.21 33.59 -
YUV 139.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 152 131 153 0.01 0.14 0 0.4 297.27 0.1 0.56
Hex 98 83 99 1 E 0 28 129 A 38
Octal 230 203 231 1 16 0 50 451 12 70
Binary 10011000 10000011 10011001 1 1110 0 101000 100101001 1010 111000

Color Harmonies of #988399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988399

Black with #988399

Text Example


Text Example

White with #988399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988399; }

 p { color: rgb(152,131,153); }

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

background-color css

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

 a { background-color: rgb(152,131,153); }

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

border-color css

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

 span { border-color: rgb(152,131,153); }

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