Html Css Color HEX #988299 Amethyst Smoke

📋 copy color: '#988299'

red 152 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #988299

Tints of Amethyst Smoke #988299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 34.94%
G = 29.89%
B = 35.17%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#988299 (or 0x988299) is known color: Amethyst Smoke. HEX triplet: 98, 82 and 99. RGB value is (152,130,153). Sum of RGB (Red+Green+Blue) = 152+130+153=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 153 - color contains mainly: blue. Hex color #988299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988299 is #677D66. Grayscale: #8B8B8B. Windows color (decimal): -6782311 or 10060440. OLE color: 10060440.

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

Color convert

RGB 152 130 153 -
CMYK 0.01 0.15 0 0.4
HSL 297.39º 0.1% 0.55% -
HSV(B) 297.39º 0.15% 0.6% -
XYZ 26.68 24.94 33.54 -
YUV 139.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 152 130 153 0.01 0.15 0 0.4 297.39 0.1 0.55
Hex 98 82 99 1 F 0 28 129 A 37
Octal 230 202 231 1 17 0 50 451 12 67
Binary 10011000 10000010 10011001 1 1111 0 101000 100101001 1010 110111

Color Harmonies of #988299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988299

Black with #988299

Text Example


Text Example

White with #988299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988299; }

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

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

background-color css

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

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

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

border-color css

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

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

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