#997fb8

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

Shades of Purple Mountain's Majesty #997FB8

Tints of Purple Mountain's Majesty #997FB8

Color information

#997FB8 (or 0x997FB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7F and B8. RGB value is (153,127,184). Sum of RGB (Red+Green+Blue) = 153+127+184=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #997FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FB8 is #668047. Grayscale: #8D8D8D. Windows color (decimal): -6717512 or 12091289. OLE color: 12091289.

HSL color Cylindrical-coordinate representation of color #997FB8: hue angle of 267.37º 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 #997FB8 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB153127184-
CMYK0.170.3100.28
HSL267.37º28.64%60.98%-
HSV(B)267.37º30.98%72.16%-
XYZ29.3825.4148.7-
YUV141.27152.11136.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=32.97%
G=27.37%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531271840.170.3100.28267.3728.6460.98
Hex997FB8111F01C10b1d3d
Octal23117727021370344133575
Binary10011001111111110111000100011111101110010000101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997fb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997fb8; }

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

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

<style>
 a { background-color: #997fb8; }

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

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

<style>
 span { border-color: #997fb8; }

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

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