Html Css Color HEX #8E7FAF Purple Mountain's Majesty

📋 copy color: '#8E7FAF'

red 142 ◦ green 127 ◦ blue 175

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

Shades of Purple Mountain's Majesty #8E7FAF

Tints of Purple Mountain's Majesty #8E7FAF

RGB

 RED value IS 142 (55.86% from 255) = 31.98%

 GREEN value IS 127 (50% from 255) = 28.6%

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 31.98%
G = 28.6%
B = 39.41%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8E7FAF (or 0x8E7FAF) is known color: Purple Mountain's Majesty. HEX triplet: 8E, 7F and AF. RGB value is (142,127,175). Sum of RGB (Red+Green+Blue) = 142+127+175=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7FAF is #718050. Grayscale: #888888. Windows color (decimal): -7438417 or 11501454. OLE color: 11501454.

HSL color Cylindrical-coordinate representation of color #8E7FAF: hue angle of 258.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E7FAF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 127 175 -
CMYK 0.19 0.27 0 0.31
HSL 258.75º 0.23% 0.59% -
HSV(B) 258.75º 0.27% 0.69% -
XYZ 26.48 24.02 43.8 -
YUV 136.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 142 127 175 0.19 0.27 0 0.31 258.75 0.23 0.59
Hex 8E 7F AF 13 1B 0 1F 103 17 3B
Octal 216 177 257 23 33 0 37 403 27 73
Binary 10001110 1111111 10101111 10011 11011 0 11111 100000011 10111 111011

Color Harmonies of #8E7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7FAF

Black with #8E7FAF

Text Example


Text Example

White with #8E7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,127,175); }

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

background-color css

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

 a { background-color: rgb(142,127,175); }

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

border-color css

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

 span { border-color: rgb(142,127,175); }

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