Html Css Color HEX #998299 Amethyst Smoke

📋 copy color: '#998299'

red 153 ◦ green 130 ◦ blue 153

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

Shades of Amethyst Smoke #998299

Tints of Amethyst Smoke #998299

RGB

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

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

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

R = 35.09%
G = 29.82%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#998299 (or 0x998299) is known color: Amethyst Smoke. HEX triplet: 99, 82 and 99. RGB value is (153,130,153). Sum of RGB (Red+Green+Blue) = 153+130+153=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998299 is #667D66. Grayscale: #8B8B8B. Windows color (decimal): -6716775 or 10060441. OLE color: 10060441.

HSL color Cylindrical-coordinate representation of color #998299: hue angle of 300º 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 #998299 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 130 153 -
CMYK 0 0.15 0 0.4
HSL 300º 0.1% 0.55% -
HSV(B) 300º 0.15% 0.6% -
XYZ 26.87 25.04 33.55 -
YUV 139.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 153 130 153 0 0.15 0 0.4 300 0.1 0.55
Hex 99 82 99 0 F 0 28 12C A 37
Octal 231 202 231 0 17 0 50 454 12 67
Binary 10011001 10000010 10011001 0 1111 0 101000 100101100 1010 110111

Color Harmonies of #998299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998299

Black with #998299

Text Example


Text Example

White with #998299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998299; }

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

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

background-color css

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

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

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

border-color css

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

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

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