#917CB1

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

Shades of Purple Mountain's Majesty #917CB1

Tints of Purple Mountain's Majesty #917CB1

Color information

#917CB1 (or 0x917CB1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7C and B1. RGB value is (145,124,177). Sum of RGB (Red+Green+Blue) = 145+124+177=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 177 - color contains mainly: blue. Hex color #917CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CB1 is #6E834E. Grayscale: #888888. Windows color (decimal): -7242575 or 11631761. OLE color: 11631761.

HSL color Cylindrical-coordinate representation of color #917CB1: hue angle of 263.77º 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 #917CB1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145124177-
CMYK0.180.3000.31
HSL263.77º25.36%59.02%-
HSV(B)263.77º29.94%69.41%-
XYZ26.8223.6144.74-
YUV136.32150.96134.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.51%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=32.51%
G=27.80%
B=39.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451241770.180.3000.31263.7725.3659.02
Hex917CB1121E01F108193b
Octal22117426122360374103173
Binary10010001111110010110001100101111001111110000100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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