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

📋 copy color: '#8F75BA'

red 143 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #8F75BA

Tints of Purple Mountain's Majesty #8F75BA

RGB

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

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

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

R = 32.06%
G = 26.23%
B = 41.7%

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

#8F75BA (or 0x8F75BA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 75 and BA. RGB value is (143,117,186). Sum of RGB (Red+Green+Blue) = 143+117+186=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75BA is #708A45. Grayscale: #848484. Windows color (decimal): -7375430 or 12219791. OLE color: 12219791.

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

Color convert

RGB 143 117 186 -
CMYK 0.23 0.37 0 0.27
HSL 262.61º 0.33% 0.59% -
HSV(B) 262.61º 0.37% 0.73% -
XYZ 26.55 22.11 49.32 -
YUV 132.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 143 117 186 0.23 0.37 0 0.27 262.61 0.33 0.59
Hex 8F 75 BA 17 25 0 1B 107 21 3B
Octal 217 165 272 27 45 0 33 407 41 73
Binary 10001111 1110101 10111010 10111 100101 0 11011 100000111 100001 111011

Color Harmonies of #8F75BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F75BA

Black with #8F75BA

Text Example


Text Example

White with #8F75BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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