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

📋 copy color: '#8D75AB'

red 141 ◦ green 117 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8D75AB

Tints of Purple Mountain's Majesty #8D75AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 32.87%
G = 27.27%
B = 39.86%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D75AB (or 0x8D75AB) is known color: Purple Mountain's Majesty. HEX triplet: 8D, 75 and AB. RGB value is (141,117,171). Sum of RGB (Red+Green+Blue) = 141+117+171=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D75AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D75AB is #728A54. Grayscale: #828282. Windows color (decimal): -7506517 or 11236749. OLE color: 11236749.

HSL color Cylindrical-coordinate representation of color #8D75AB: hue angle of 266.67º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D75AB is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 117 171 -
CMYK 0.18 0.32 0 0.33
HSL 266.67º 0.24% 0.56% -
HSV(B) 266.67º 0.32% 0.67% -
XYZ 24.7 21.33 41.34 -
YUV 130.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 141 117 171 0.18 0.32 0 0.33 266.67 0.24 0.56
Hex 8D 75 AB 12 20 0 21 10B 18 38
Octal 215 165 253 22 40 0 41 413 30 70
Binary 10001101 1110101 10101011 10010 100000 0 100001 100001011 11000 111000

Color Harmonies of #8D75AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D75AB

Black with #8D75AB

Text Example


Text Example

White with #8D75AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,117,171); }

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

background-color css

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

 a { background-color: rgb(141,117,171); }

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

border-color css

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

 span { border-color: rgb(141,117,171); }

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