Html Css Color HEX #988599 Amethyst Smoke

📋 copy color: '#988599'

red 152 ◦ green 133 ◦ blue 153

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

Shades of Amethyst Smoke #988599

Tints of Amethyst Smoke #988599

RGB

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

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

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

R = 34.7%
G = 30.37%
B = 34.93%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988599 (or 0x988599) is known color: Amethyst Smoke. HEX triplet: 98, 85 and 99. RGB value is (152,133,153). Sum of RGB (Red+Green+Blue) = 152+133+153=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #988599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988599 is #677A66. Grayscale: #8C8C8C. Windows color (decimal): -6781543 or 10061208. OLE color: 10061208.

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

Color convert

RGB 152 133 153 -
CMYK 0.01 0.13 0 0.4
HSL 297º 0.09% 0.56% -
HSV(B) 297º 0.13% 0.6% -
XYZ 27.09 25.75 33.68 -
YUV 140.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 152 133 153 0.01 0.13 0 0.4 297 0.09 0.56
Hex 98 85 99 1 D 0 28 129 9 38
Octal 230 205 231 1 15 0 50 451 11 70
Binary 10011000 10000101 10011001 1 1101 0 101000 100101001 1001 111000

Color Harmonies of #988599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988599

Black with #988599

Text Example


Text Example

White with #988599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988599; }

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

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

background-color css

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

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

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

border-color css

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

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

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