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

📋 copy color: '#8F76BA'

red 143 ◦ green 118 ◦ blue 186

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

Shades of Purple Mountain's Majesty #8F76BA

Tints of Purple Mountain's Majesty #8F76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 31.99%
G = 26.4%
B = 41.61%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F76BA (or 0x8F76BA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 76 and BA. RGB value is (143,118,186). Sum of RGB (Red+Green+Blue) = 143+118+186=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F76BA is #708945. Grayscale: #848484. Windows color (decimal): -7375174 or 12220047. OLE color: 12220047.

HSL color Cylindrical-coordinate representation of color #8F76BA: hue angle of 262.06º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F76BA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 118 186 -
CMYK 0.23 0.37 0 0.27
HSL 262.06º 0.33% 0.6% -
HSV(B) 262.06º 0.37% 0.73% -
XYZ 26.67 22.34 49.36 -
YUV 133.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 143 118 186 0.23 0.37 0 0.27 262.06 0.33 0.6
Hex 8F 76 BA 17 25 0 1B 106 21 3C
Octal 217 166 272 27 45 0 33 406 41 74
Binary 10001111 1110110 10111010 10111 100101 0 11011 100000110 100001 111100

Color Harmonies of #8F76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F76BA

Black with #8F76BA

Text Example


Text Example

White with #8F76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,118,186); }

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

background-color css

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

 a { background-color: rgb(143,118,186); }

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

border-color css

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

 span { border-color: rgb(143,118,186); }

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