Html Css Color HEX #8B7190 Amethyst Smoke

📋 copy color: '#8B7190'

red 139 ◦ green 113 ◦ blue 144

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

Shades of Amethyst Smoke #8B7190

Tints of Amethyst Smoke #8B7190

RGB

 RED value IS 139 (54.69% from 255) = 35.1%

 GREEN value IS 113 (44.53% from 255) = 28.54%

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

R = 35.1%
G = 28.54%
B = 36.36%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B7190 (or 0x8B7190) is known color: Amethyst Smoke. HEX triplet: 8B, 71 and 90. RGB value is (139,113,144). Sum of RGB (Red+Green+Blue) = 139+113+144=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #8B7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7190 is #748E6F. Grayscale: #7C7C7C. Windows color (decimal): -7638640 or 9466251. OLE color: 9466251.

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

Color convert

RGB 139 113 144 -
CMYK 0.03 0.22 0 0.44
HSL 290.32º 0.12% 0.5% -
HSV(B) 290.32º 0.22% 0.56% -
XYZ 21.59 19.31 28.98 -
YUV 124.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 139 113 144 0.03 0.22 0 0.44 290.32 0.12 0.5
Hex 8B 71 90 3 16 0 2C 122 C 32
Octal 213 161 220 3 26 0 54 442 14 62
Binary 10001011 1110001 10010000 11 10110 0 101100 100100010 1100 110010

Color Harmonies of #8B7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7190

Black with #8B7190

Text Example


Text Example

White with #8B7190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,144); }

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

background-color css

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

 a { background-color: rgb(139,113,144); }

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

border-color css

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

 span { border-color: rgb(139,113,144); }

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