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

📋 copy color: '#8C7AB5'

red 140 ◦ green 122 ◦ blue 181

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

Shades of Purple Mountain's Majesty #8C7AB5

Tints of Purple Mountain's Majesty #8C7AB5

RGB

 RED value IS 140 (55.08% from 255) = 31.6%

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 31.6%
G = 27.54%
B = 40.86%

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

#8C7AB5 (or 0x8C7AB5) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 7A and B5. RGB value is (140,122,181). Sum of RGB (Red+Green+Blue) = 140+122+181=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #8C7AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7AB5 is #73854A. Grayscale: #858585. Windows color (decimal): -7570763 or 11893388. OLE color: 11893388.

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

Color convert

RGB 140 122 181 -
CMYK 0.23 0.33 0 0.29
HSL 258.31º 0.29% 0.59% -
HSV(B) 258.31º 0.33% 0.71% -
XYZ 26.12 22.83 46.75 -
YUV 134.11 154.46 132.2 -
System Red Green Blue C M Y K H S L
Decimal 140 122 181 0.23 0.33 0 0.29 258.31 0.29 0.59
Hex 8C 7A B5 17 21 0 1D 102 1D 3B
Octal 214 172 265 27 41 0 35 402 35 73
Binary 10001100 1111010 10110101 10111 100001 0 11101 100000010 11101 111011

Color Harmonies of #8C7AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7AB5

Black with #8C7AB5

Text Example


Text Example

White with #8C7AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,122,181); }

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

background-color css

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

 a { background-color: rgb(140,122,181); }

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

border-color css

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

 span { border-color: rgb(140,122,181); }

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