Html Css Color HEX #998BA3 Amethyst Smoke

📋 copy color: '#998BA3'

red 153 ◦ green 139 ◦ blue 163

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

Shades of Amethyst Smoke #998BA3

Tints of Amethyst Smoke #998BA3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 33.63%
G = 30.55%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#998BA3 (or 0x998BA3) is known color: Amethyst Smoke. HEX triplet: 99, 8B and A3. RGB value is (153,139,163). Sum of RGB (Red+Green+Blue) = 153+139+163=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 163 - color contains mainly: blue. Hex color #998BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BA3 is #66745C. Grayscale: #919191. Windows color (decimal): -6714461 or 10718105. OLE color: 10718105.

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

Color convert

RGB 153 139 163 -
CMYK 0.06 0.15 0 0.36
HSL 275º 0.12% 0.59% -
HSV(B) 275º 0.15% 0.64% -
XYZ 28.98 27.88 38.5 -
YUV 145.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 153 139 163 0.06 0.15 0 0.36 275 0.12 0.59
Hex 99 8B A3 6 F 0 24 113 C 3B
Octal 231 213 243 6 17 0 44 423 14 73
Binary 10011001 10001011 10100011 110 1111 0 100100 100010011 1100 111011

Color Harmonies of #998BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998BA3

Black with #998BA3

Text Example


Text Example

White with #998BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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