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

📋 copy color: '#8C75AD'

red 140 ◦ green 117 ◦ blue 173

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

Shades of Purple Mountain's Majesty #8C75AD

Tints of Purple Mountain's Majesty #8C75AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 32.56%
G = 27.21%
B = 40.23%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C75AD (or 0x8C75AD) is known color: Purple Mountain's Majesty. HEX triplet: 8C, 75 and AD. RGB value is (140,117,173). Sum of RGB (Red+Green+Blue) = 140+117+173=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C75AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C75AD is #738A52. Grayscale: #828282. Windows color (decimal): -7572051 or 11367820. OLE color: 11367820.

HSL color Cylindrical-coordinate representation of color #8C75AD: hue angle of 264.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C75AD is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 117 173 -
CMYK 0.19 0.32 0 0.32
HSL 264.64º 0.25% 0.57% -
HSV(B) 264.64º 0.32% 0.68% -
XYZ 24.72 21.32 42.35 -
YUV 130.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 140 117 173 0.19 0.32 0 0.32 264.64 0.25 0.57
Hex 8C 75 AD 13 20 0 20 109 19 39
Octal 214 165 255 23 40 0 40 411 31 71
Binary 10001100 1110101 10101101 10011 100000 0 100000 100001001 11001 111001

Color Harmonies of #8C75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C75AD

Black with #8C75AD

Text Example


Text Example

White with #8C75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,117,173); }

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

background-color css

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

 a { background-color: rgb(140,117,173); }

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

border-color css

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

 span { border-color: rgb(140,117,173); }

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