#917FB2

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

Shades of Purple Mountain's Majesty #917FB2

Tints of Purple Mountain's Majesty #917FB2

Color information

#917FB2 (or 0x917FB2) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7F and B2. RGB value is (145,127,178). Sum of RGB (Red+Green+Blue) = 145+127+178=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 178 - color contains mainly: blue. Hex color #917FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FB2 is #6E804D. Grayscale: #8A8A8A. Windows color (decimal): -7241806 or 11698065. OLE color: 11698065.

HSL color Cylindrical-coordinate representation of color #917FB2: hue angle of 261.18º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #917FB2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145127178-
CMYK0.190.2900.30
HSL261.18º24.88%59.8%-
HSV(B)261.18º28.65%69.8%-
XYZ27.324.4145.39-
YUV138.2150.46132.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 178 (69.92% from 255) = 39.56%
R=32.22%
G=28.22%
B=39.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451271780.190.2900.30261.1824.8859.8
Hex917FB2131D01E105193c
Octal22117726223350364053174
Binary10010001111111110110010100111110101111010000010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917FB2; }

 p { color: rgb(145,127,178); }

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

<style>
 a { background-color: #917FB2; }

 a { background-color: rgb(145,127,178); }

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

<style>
 span { border-color: #917FB2; }

 span { border-color: rgb(145,127,178); }

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