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

📋 copy color: '#8D7AB6'

red 141 ◦ green 122 ◦ blue 182

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

Shades of Purple Mountain's Majesty #8D7AB6

Tints of Purple Mountain's Majesty #8D7AB6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

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

R = 31.69%
G = 27.42%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D7AB6 (or 0x8D7AB6) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 7A and B6. RGB value is (141,122,182). Sum of RGB (Red+Green+Blue) = 141+122+182=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D7AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7AB6 is #728549. Grayscale: #868686. Windows color (decimal): -7505226 or 11958925. OLE color: 11958925.

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

Color convert

RGB 141 122 182 -
CMYK 0.23 0.33 0 0.29
HSL 259º 0.29% 0.6% -
HSV(B) 259º 0.33% 0.71% -
XYZ 26.39 22.96 47.3 -
YUV 134.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 141 122 182 0.23 0.33 0 0.29 259 0.29 0.6
Hex 8D 7A B6 17 21 0 1D 103 1D 3C
Octal 215 172 266 27 41 0 35 403 35 74
Binary 10001101 1111010 10110110 10111 100001 0 11101 100000011 11101 111100

Color Harmonies of #8D7AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7AB6

Black with #8D7AB6

Text Example


Text Example

White with #8D7AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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