Html Css Color HEX #8B7492 Amethyst Smoke

📋 copy color: '#8B7492'

red 139 ◦ green 116 ◦ blue 146

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

Shades of Amethyst Smoke #8B7492

Tints of Amethyst Smoke #8B7492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.93%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 34.66%
G = 28.93%
B = 36.41%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8B7492 (or 0x8B7492) is known color: Amethyst Smoke. HEX triplet: 8B, 74 and 92. RGB value is (139,116,146). Sum of RGB (Red+Green+Blue) = 139+116+146=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B7492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7492 is #748B6D. Grayscale: #7E7E7E. Windows color (decimal): -7637870 or 9598091. OLE color: 9598091.

HSL color Cylindrical-coordinate representation of color #8B7492: hue angle of 286º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B7492 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 139 116 146 -
CMYK 0.05 0.21 0 0.43
HSL 286º 0.12% 0.51% -
HSV(B) 286º 0.21% 0.57% -
XYZ 22.08 20.06 29.9 -
YUV 126.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 139 116 146 0.05 0.21 0 0.43 286 0.12 0.51
Hex 8B 74 92 5 15 0 2B 11E C 33
Octal 213 164 222 5 25 0 53 436 14 63
Binary 10001011 1110100 10010010 101 10101 0 101011 100011110 1100 110011

Color Harmonies of #8B7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7492

Black with #8B7492

Text Example


Text Example

White with #8B7492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,116,146); }

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

background-color css

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

 a { background-color: rgb(139,116,146); }

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

border-color css

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

 span { border-color: rgb(139,116,146); }

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