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

📋 copy color: '#8F75AD'

red 143 ◦ green 117 ◦ blue 173

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

Shades of Purple Mountain's Majesty #8F75AD

Tints of Purple Mountain's Majesty #8F75AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.95%

R = 33.03%
G = 27.02%
B = 39.95%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F75AD (or 0x8F75AD) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 75 and AD. RGB value is (143,117,173). Sum of RGB (Red+Green+Blue) = 143+117+173=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F75AD is #708A52. Grayscale: #828282. Windows color (decimal): -7375443 or 11367823. OLE color: 11367823.

HSL color Cylindrical-coordinate representation of color #8F75AD: hue angle of 267.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F75AD is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 117 173 -
CMYK 0.17 0.32 0 0.32
HSL 267.86º 0.25% 0.57% -
HSV(B) 267.86º 0.32% 0.68% -
XYZ 25.23 21.58 42.37 -
YUV 131.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 143 117 173 0.17 0.32 0 0.32 267.86 0.25 0.57
Hex 8F 75 AD 11 20 0 20 10C 19 39
Octal 217 165 255 21 40 0 40 414 31 71
Binary 10001111 1110101 10101101 10001 100000 0 100000 100001100 11001 111001

Color Harmonies of #8F75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F75AD

Black with #8F75AD

Text Example


Text Example

White with #8F75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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