Html Css Color HEX #997C9F Amethyst Smoke

📋 copy color: '#997C9F'

red 153 ◦ green 124 ◦ blue 159

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

Shades of Amethyst Smoke #997C9F

Tints of Amethyst Smoke #997C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 35.09%
G = 28.44%
B = 36.47%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#997C9F (or 0x997C9F) is known color: Amethyst Smoke. HEX triplet: 99, 7C and 9F. RGB value is (153,124,159). Sum of RGB (Red+Green+Blue) = 153+124+159=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #997C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C9F is #668360. Grayscale: #888888. Windows color (decimal): -6718305 or 10452121. OLE color: 10452121.

HSL color Cylindrical-coordinate representation of color #997C9F: hue angle of 289.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #997C9F is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 124 159 -
CMYK 0.04 0.22 0 0.38
HSL 289.71º 0.15% 0.55% -
HSV(B) 289.71º 0.22% 0.62% -
XYZ 26.6 23.69 35.97 -
YUV 136.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 153 124 159 0.04 0.22 0 0.38 289.71 0.15 0.55
Hex 99 7C 9F 4 16 0 26 122 F 37
Octal 231 174 237 4 26 0 46 442 17 67
Binary 10011001 1111100 10011111 100 10110 0 100110 100100010 1111 110111

Color Harmonies of #997C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C9F

Black with #997C9F

Text Example


Text Example

White with #997C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997C9F; }

 p { color: rgb(153,124,159); }

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

background-color css

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

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

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

border-color css

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

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

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