Html Css Color HEX #8F7B91 Amethyst Smoke

📋 copy color: '#8F7B91'

red 143 ◦ green 123 ◦ blue 145

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

Shades of Amethyst Smoke #8F7B91

Tints of Amethyst Smoke #8F7B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 34.79%
G = 29.93%
B = 35.28%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F7B91 (or 0x8F7B91) is known color: Amethyst Smoke. HEX triplet: 8F, 7B and 91. RGB value is (143,123,145). Sum of RGB (Red+Green+Blue) = 143+123+145=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F7B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7B91 is #70846E. Grayscale: #838383. Windows color (decimal): -7373935 or 9534351. OLE color: 9534351.

HSL color Cylindrical-coordinate representation of color #8F7B91: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F7B91 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 123 145 -
CMYK 0.01 0.15 0 0.43
HSL 294.55º 0.09% 0.53% -
HSV(B) 294.55º 0.15% 0.57% -
XYZ 23.52 22.05 29.8 -
YUV 131.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 143 123 145 0.01 0.15 0 0.43 294.55 0.09 0.53
Hex 8F 7B 91 1 F 0 2B 127 9 35
Octal 217 173 221 1 17 0 53 447 11 65
Binary 10001111 1111011 10010001 1 1111 0 101011 100100111 1001 110101

Color Harmonies of #8F7B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7B91

Black with #8F7B91

Text Example


Text Example

White with #8F7B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,123,145); }

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

background-color css

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

 a { background-color: rgb(143,123,145); }

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

border-color css

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

 span { border-color: rgb(143,123,145); }

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