Html Css Color HEX #8F7595 Amethyst Smoke

📋 copy color: '#8F7595'

red 143 ◦ green 117 ◦ blue 149

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

Shades of Amethyst Smoke #8F7595

Tints of Amethyst Smoke #8F7595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 34.96%
G = 28.61%
B = 36.43%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F7595 (or 0x8F7595) is known color: Amethyst Smoke. HEX triplet: 8F, 75 and 95. RGB value is (143,117,149). Sum of RGB (Red+Green+Blue) = 143+117+149=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7595 is #708A6A. Grayscale: #808080. Windows color (decimal): -7375467 or 9794959. OLE color: 9794959.

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

Color convert

RGB 143 117 149 -
CMYK 0.04 0.21 0 0.42
HSL 288.75º 0.13% 0.52% -
HSV(B) 288.75º 0.21% 0.58% -
XYZ 23.11 20.73 31.22 -
YUV 128.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 143 117 149 0.04 0.21 0 0.42 288.75 0.13 0.52
Hex 8F 75 95 4 15 0 2A 121 D 34
Octal 217 165 225 4 25 0 52 441 15 64
Binary 10001111 1110101 10010101 100 10101 0 101010 100100001 1101 110100

Color Harmonies of #8F7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7595

Black with #8F7595

Text Example


Text Example

White with #8F7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,117,149); }

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

background-color css

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

 a { background-color: rgb(143,117,149); }

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

border-color css

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

 span { border-color: rgb(143,117,149); }

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