Html Css Color HEX #998CA3 Amethyst Smoke

📋 copy color: '#998CA3'

red 153 ◦ green 140 ◦ blue 163

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

Shades of Amethyst Smoke #998CA3

Tints of Amethyst Smoke #998CA3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 163 (64.06% from 255) = 35.75%

R = 33.55%
G = 30.7%
B = 35.75%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#998CA3 (or 0x998CA3) is known color: Amethyst Smoke. HEX triplet: 99, 8C and A3. RGB value is (153,140,163). Sum of RGB (Red+Green+Blue) = 153+140+163=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 163 - color contains mainly: blue. Hex color #998CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CA3 is #66735C. Grayscale: #929292. Windows color (decimal): -6714205 or 10718361. OLE color: 10718361.

HSL color Cylindrical-coordinate representation of color #998CA3: hue angle of 273.91º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998CA3 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 140 163 -
CMYK 0.06 0.14 0 0.36
HSL 273.91º 0.11% 0.59% -
HSV(B) 273.91º 0.14% 0.64% -
XYZ 29.13 28.17 38.55 -
YUV 146.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 153 140 163 0.06 0.14 0 0.36 273.91 0.11 0.59
Hex 99 8C A3 6 E 0 24 112 B 3B
Octal 231 214 243 6 16 0 44 422 13 73
Binary 10011001 10001100 10100011 110 1110 0 100100 100010010 1011 111011

Color Harmonies of #998CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CA3

Black with #998CA3

Text Example


Text Example

White with #998CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998CA3; }

 p { color: rgb(153,140,163); }

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

background-color css

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

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

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

border-color css

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

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

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