Html Css Color HEX #8F7F90 Amethyst Smoke

📋 copy color: '#8F7F90'

red 143 ◦ green 127 ◦ blue 144

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

Shades of Amethyst Smoke #8F7F90

Tints of Amethyst Smoke #8F7F90

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 34.54%
G = 30.68%
B = 34.78%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8F7F90 (or 0x8F7F90) is known color: Amethyst Smoke. HEX triplet: 8F, 7F and 90. RGB value is (143,127,144). Sum of RGB (Red+Green+Blue) = 143+127+144=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F90 is #70806F. Grayscale: #858585. Windows color (decimal): -7372912 or 9469839. OLE color: 9469839.

HSL color Cylindrical-coordinate representation of color #8F7F90: hue angle of 296.47º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F7F90 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 127 144 -
CMYK 0.01 0.12 0 0.44
HSL 296.47º 0.07% 0.53% -
HSV(B) 296.47º 0.12% 0.56% -
XYZ 23.95 23.03 29.57 -
YUV 133.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 143 127 144 0.01 0.12 0 0.44 296.47 0.07 0.53
Hex 8F 7F 90 1 C 0 2C 128 7 35
Octal 217 177 220 1 14 0 54 450 7 65
Binary 10001111 1111111 10010000 1 1100 0 101100 100101000 111 110101

Color Harmonies of #8F7F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7F90

Black with #8F7F90

Text Example


Text Example

White with #8F7F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,127,144); }

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

background-color css

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

 a { background-color: rgb(143,127,144); }

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

border-color css

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

 span { border-color: rgb(143,127,144); }

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