Html Css Color HEX #997FBD Purple Mountain's Majesty

📋 copy color: '#997FBD'

red 153 ◦ green 127 ◦ blue 189

#997FBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #997FBD

Tints of Purple Mountain's Majesty #997FBD

RGB

 RED value IS 153 (60.16% from 255) = 32.62%

 GREEN value IS 127 (50% from 255) = 27.08%

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 32.62%
G = 27.08%
B = 40.3%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#997FBD (or 0x997FBD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and BD. RGB value is (153,127,189). Sum of RGB (Red+Green+Blue) = 153+127+189=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #997FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FBD is #668042. Grayscale: #8D8D8D. Windows color (decimal): -6717507 or 12418969. OLE color: 12418969.

HSL color Cylindrical-coordinate representation of color #997FBD: hue angle of 265.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997FBD is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 127 189 -
CMYK 0.19 0.33 0 0.26
HSL 265.16º 0.32% 0.62% -
HSV(B) 265.16º 0.33% 0.74% -
XYZ 29.91 25.63 51.51 -
YUV 141.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 153 127 189 0.19 0.33 0 0.26 265.16 0.32 0.62
Hex 99 7F BD 13 21 0 1A 109 20 3E
Octal 231 177 275 23 41 0 32 411 40 76
Binary 10011001 1111111 10111101 10011 100001 0 11010 100001001 100000 111110

Color Harmonies of #997FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FBD

Black with #997FBD

Text Example


Text Example

White with #997FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997FBD;
 }
 .AnyTagClassName
 {
   color: #997FBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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