#917FB8

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

Shades of Purple Mountain's Majesty #917FB8

Tints of Purple Mountain's Majesty #917FB8

Color information

#917FB8 (or 0x917FB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7F and B8. RGB value is (145,127,184). Sum of RGB (Red+Green+Blue) = 145+127+184=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 184 - color contains mainly: blue. Hex color #917FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917FB8 is #6E8047. Grayscale: #8A8A8A. Windows color (decimal): -7241800 or 12091281. OLE color: 12091281.

HSL color Cylindrical-coordinate representation of color #917FB8: hue angle of 258.95º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #917FB8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB145127184-
CMYK0.210.3100.28
HSL258.95º28.64%60.98%-
HSV(B)258.95º30.98%72.16%-
XYZ27.9224.6648.64-
YUV138.88153.46132.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.80%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 184 (72.27% from 255) = 40.35%
R=31.80%
G=27.85%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1451271840.210.3100.28258.9528.6460.98
Hex917FB8151F01C1031d3d
Octal22117727025370344033575
Binary10010001111111110111000101011111101110010000001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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