Html Css Color HEX #8F7C9B Amethyst Smoke

📋 copy color: '#8F7C9B'

red 143 ◦ green 124 ◦ blue 155

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

Shades of Amethyst Smoke #8F7C9B

Tints of Amethyst Smoke #8F7C9B

RGB

 RED value IS 143 (56.25% from 255) = 33.89%

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

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 33.89%
G = 29.38%
B = 36.73%

CMYK

 C value IS 0.08

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F7C9B (or 0x8F7C9B) is known color: Amethyst Smoke. HEX triplet: 8F, 7C and 9B. RGB value is (143,124,155). Sum of RGB (Red+Green+Blue) = 143+124+155=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F7C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7C9B is #708364. Grayscale: #858585. Windows color (decimal): -7373669 or 10189967. OLE color: 10189967.

HSL color Cylindrical-coordinate representation of color #8F7C9B: hue angle of 276.77º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7C9B is Cyan = 0.08, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 124 155 -
CMYK 0.08 0.2 0 0.39
HSL 276.77º 0.13% 0.55% -
HSV(B) 276.77º 0.2% 0.61% -
XYZ 24.45 22.62 34.09 -
YUV 133.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 143 124 155 0.08 0.2 0 0.39 276.77 0.13 0.55
Hex 8F 7C 9B 8 14 0 27 115 D 37
Octal 217 174 233 10 24 0 47 425 15 67
Binary 10001111 1111100 10011011 1000 10100 0 100111 100010101 1101 110111

Color Harmonies of #8F7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7C9B

Black with #8F7C9B

Text Example


Text Example

White with #8F7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7C9B; }

 p { color: rgb(143,124,155); }

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

background-color css

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

 a { background-color: rgb(143,124,155); }

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

border-color css

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

 span { border-color: rgb(143,124,155); }

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