#8F7CB1

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

Shades of Purple Mountain's Majesty #8F7CB1

Tints of Purple Mountain's Majesty #8F7CB1

Color information

#8F7CB1 (or 0x8F7CB1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7C and B1. RGB value is (143,124,177). Sum of RGB (Red+Green+Blue) = 143+124+177=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 177 - color contains mainly: blue. Hex color #8F7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CB1 is #70834E. Grayscale: #878787. Windows color (decimal): -7373647 or 11631759. OLE color: 11631759.

HSL color Cylindrical-coordinate representation of color #8F7CB1: hue angle of 261.51º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F7CB1 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143124177-
CMYK0.190.3000.31
HSL261.51º25.36%59.02%-
HSV(B)261.51º29.94%69.41%-
XYZ26.4723.4344.72-
YUV135.72151.29133.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 177 (69.53% from 255) = 39.86%
R=32.21%
G=27.93%
B=39.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431241770.190.3000.31261.5125.3659.02
Hex8F7CB1131E01F106193b
Octal21717426123360374063173
Binary10001111111110010110001100111111001111110000011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,124,177); }

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

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

 a { background-color: rgb(143,124,177); }

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

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

 span { border-color: rgb(143,124,177); }

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