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

📋 copy color: '#997EBF'

red 153 ◦ green 126 ◦ blue 191

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

Shades of Purple Mountain's Majesty #997EBF

Tints of Purple Mountain's Majesty #997EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.81%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 32.55%
G = 26.81%
B = 40.64%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#997EBF (or 0x997EBF) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and BF. RGB value is (153,126,191). Sum of RGB (Red+Green+Blue) = 153+126+191=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #997EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBF is #668140. Grayscale: #8D8D8D. Windows color (decimal): -6717761 or 12549785. OLE color: 12549785.

HSL color Cylindrical-coordinate representation of color #997EBF: hue angle of 264.92º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997EBF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 126 191 -
CMYK 0.20 0.34 0 0.25
HSL 264.92º 0.34% 0.62% -
HSV(B) 264.92º 0.34% 0.75% -
XYZ 30 25.46 52.62 -
YUV 141.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 153 126 191 0.20 0.34 0 0.25 264.92 0.34 0.62
Hex 99 7E BF 14 22 0 19 109 22 3E
Octal 231 176 277 24 42 0 31 411 42 76
Binary 10011001 1111110 10111111 10100 100010 0 11001 100001001 100010 111110

Color Harmonies of #997EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EBF

Black with #997EBF

Text Example


Text Example

White with #997EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,126,191); }

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

background-color css

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

 a { background-color: rgb(153,126,191); }

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

border-color css

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

 span { border-color: rgb(153,126,191); }

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