Html Css Color HEX #8F7294 Amethyst Smoke

📋 copy color: '#8F7294'

red 143 ◦ green 114 ◦ blue 148

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

Shades of Amethyst Smoke #8F7294

Tints of Amethyst Smoke #8F7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 35.31%
G = 28.15%
B = 36.54%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F7294 (or 0x8F7294) is known color: Amethyst Smoke. HEX triplet: 8F, 72 and 94. RGB value is (143,114,148). Sum of RGB (Red+Green+Blue) = 143+114+148=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7294 is #708D6B. Grayscale: #7E7E7E. Windows color (decimal): -7376236 or 9728655. OLE color: 9728655.

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

Color convert

RGB 143 114 148 -
CMYK 0.03 0.23 0 0.42
HSL 291.18º 0.14% 0.51% -
HSV(B) 291.18º 0.23% 0.58% -
XYZ 22.69 20.01 30.68 -
YUV 126.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 143 114 148 0.03 0.23 0 0.42 291.18 0.14 0.51
Hex 8F 72 94 3 17 0 2A 123 E 33
Octal 217 162 224 3 27 0 52 443 16 63
Binary 10001111 1110010 10010100 11 10111 0 101010 100100011 1110 110011

Color Harmonies of #8F7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7294

Black with #8F7294

Text Example


Text Example

White with #8F7294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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