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

📋 copy color: '#8F75AC'

red 143 ◦ green 117 ◦ blue 172

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

Shades of Purple Mountain's Majesty #8F75AC

Tints of Purple Mountain's Majesty #8F75AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 33.1%
G = 27.08%
B = 39.81%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F75AC (or 0x8F75AC) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 75 and AC. RGB value is (143,117,172). Sum of RGB (Red+Green+Blue) = 143+117+172=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F75AC is #708A53. Grayscale: #828282. Windows color (decimal): -7375444 or 11302287. OLE color: 11302287.

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

Color convert

RGB 143 117 172 -
CMYK 0.17 0.32 0 0.33
HSL 268.36º 0.25% 0.57% -
HSV(B) 268.36º 0.32% 0.67% -
XYZ 25.14 21.54 41.86 -
YUV 131.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 143 117 172 0.17 0.32 0 0.33 268.36 0.25 0.57
Hex 8F 75 AC 11 20 0 21 10C 19 39
Octal 217 165 254 21 40 0 41 414 31 71
Binary 10001111 1110101 10101100 10001 100000 0 100001 100001100 11001 111001

Color Harmonies of #8F75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F75AC

Black with #8F75AC

Text Example


Text Example

White with #8F75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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