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

📋 copy color: '#8D70B6'

red 141 ◦ green 112 ◦ blue 182

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

Shades of Purple Mountain's Majesty #8D70B6

Tints of Purple Mountain's Majesty #8D70B6

RGB

 RED value IS 141 (55.47% from 255) = 32.41%

 GREEN value IS 112 (44.14% from 255) = 25.75%

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 32.41%
G = 25.75%
B = 41.84%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D70B6 (or 0x8D70B6) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 70 and B6. RGB value is (141,112,182). Sum of RGB (Red+Green+Blue) = 141+112+182=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D70B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D70B6 is #728F49. Grayscale: #808080. Windows color (decimal): -7507786 or 11956365. OLE color: 11956365.

HSL color Cylindrical-coordinate representation of color #8D70B6: hue angle of 264.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D70B6 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 112 182 -
CMYK 0.23 0.38 0 0.29
HSL 264.86º 0.32% 0.58% -
HSV(B) 264.86º 0.38% 0.71% -
XYZ 25.22 20.63 46.91 -
YUV 128.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 141 112 182 0.23 0.38 0 0.29 264.86 0.32 0.58
Hex 8D 70 B6 17 26 0 1D 109 20 3A
Octal 215 160 266 27 46 0 35 411 40 72
Binary 10001101 1110000 10110110 10111 100110 0 11101 100001001 100000 111010

Color Harmonies of #8D70B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D70B6

Black with #8D70B6

Text Example


Text Example

White with #8D70B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,112,182); }

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

background-color css

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

 a { background-color: rgb(141,112,182); }

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

border-color css

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

 span { border-color: rgb(141,112,182); }

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