#8D75B3

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

Shades of Purple Mountain's Majesty #8D75B3

Tints of Purple Mountain's Majesty #8D75B3

Color information

#8D75B3 (or 0x8D75B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8D, 75 and B3. RGB value is (141,117,179). Sum of RGB (Red+Green+Blue) = 141+117+179=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 179 - color contains mainly: blue. Hex color #8D75B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D75B3 is #728A4C. Grayscale: #838383. Windows color (decimal): -7506509 or 11761037. OLE color: 11761037.

HSL color Cylindrical-coordinate representation of color #8D75B3: hue angle of 263.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D75B3 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB141117179-
CMYK0.210.3500.30
HSL263.23º28.97%58.04%-
HSV(B)263.23º34.64%70.2%-
XYZ25.4821.6445.48-
YUV131.24154.95134.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=32.27%
G=26.77%
B=40.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411171790.210.3500.30263.2328.9758.04
Hex8D75B3152301E1071d3a
Octal21516526325430364073572
Binary100011011110101101100111010110001101111010000011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D75B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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