#8F8194

Color #8F8194 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #8F8194

Tints of Amethyst Smoke #8F8194

Color information

#8F8194 (or 0x8F8194) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 81 and 94. RGB value is (143,129,148). Sum of RGB (Red+Green+Blue) = 143+129+148=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F8194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8194 is #707E6B. Grayscale: #878787. Windows color (decimal): -7372396 or 9732495. OLE color: 9732495.

HSL color Cylindrical-coordinate representation of color #8F8194: hue angle of 284.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F8194 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143129148-
CMYK0.030.1300.42
HSL284.21º8.15%54.31%-
HSV(B)284.21º12.84%58.04%-
XYZ24.5223.6831.29-
YUV135.35135.14133.46-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=34.05%
G=30.71%
B=35.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431291480.030.1300.42284.218.1554.31
Hex8F81943D02A11c836
Octal2172012243150524341066
Binary10001111100000011001010011110101010101000111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,129,148); }

 H1.HeaderClassName
 {
   color: #8F8194;
 }
 .AnyTagClassName
 {
   color: #8F8194;
 }
</style>
background-color css

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

 a { background-color: rgb(143,129,148); }

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

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

 span { border-color: rgb(143,129,148); }

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