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

📋 copy color: '#8F79BA'

red 143 ◦ green 121 ◦ blue 186

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

Shades of Purple Mountain's Majesty #8F79BA

Tints of Purple Mountain's Majesty #8F79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

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

R = 31.78%
G = 26.89%
B = 41.33%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F79BA (or 0x8F79BA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 79 and BA. RGB value is (143,121,186). Sum of RGB (Red+Green+Blue) = 143+121+186=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F79BA is #708645. Grayscale: #868686. Windows color (decimal): -7374406 or 12220815. OLE color: 12220815.

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

Color convert

RGB 143 121 186 -
CMYK 0.23 0.35 0 0.27
HSL 260.31º 0.32% 0.6% -
HSV(B) 260.31º 0.35% 0.73% -
XYZ 27.03 23.06 49.48 -
YUV 134.99 156.79 133.71 -
System Red Green Blue C M Y K H S L
Decimal 143 121 186 0.23 0.35 0 0.27 260.31 0.32 0.6
Hex 8F 79 BA 17 23 0 1B 104 20 3C
Octal 217 171 272 27 43 0 33 404 40 74
Binary 10001111 1111001 10111010 10111 100011 0 11011 100000100 100000 111100

Color Harmonies of #8F79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F79BA

Black with #8F79BA

Text Example


Text Example

White with #8F79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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