#8C75AF

Color #8C75AF Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #8C75AF

Tints of Purple Mountain's Majesty #8C75AF

Color information

#8C75AF (or 0x8C75AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8C, 75 and AF. RGB value is (140,117,175). Sum of RGB (Red+Green+Blue) = 140+117+175=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C75AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C75AF is #738A50. Grayscale: #828282. Windows color (decimal): -7572049 or 11498892. OLE color: 11498892.

HSL color Cylindrical-coordinate representation of color #8C75AF: hue angle of 263.79º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C75AF is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB140117175-
CMYK0.20.3300.31
HSL263.79º26.61%57.25%-
HSV(B)263.79º33.14%68.63%-
XYZ24.9121.3943.37-
YUV130.49153.12134.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=32.41%
G=27.08%
B=40.51%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401171750.20.3300.31263.7926.6157.25
Hex8C75AF142101F1081b39
Octal21416525724410374103371
Binary100011001110101101011111010010000101111110000100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C75AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C75AF;
 }
 .AnyTagClassName
 {
   color: #8C75AF;
 }
</style>
background-color css

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

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

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

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

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

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