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

📋 copy color: '#997EBC'

red 153 ◦ green 126 ◦ blue 188

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

Shades of Purple Mountain's Majesty #997EBC

Tints of Purple Mountain's Majesty #997EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 32.76%
G = 26.98%
B = 40.26%

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

#997EBC (or 0x997EBC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and BC. RGB value is (153,126,188). Sum of RGB (Red+Green+Blue) = 153+126+188=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #997EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBC is #668143. Grayscale: #8C8C8C. Windows color (decimal): -6717764 or 12353177. OLE color: 12353177.

HSL color Cylindrical-coordinate representation of color #997EBC: hue angle of 266.13º 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 #997EBC is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 126 188 -
CMYK 0.19 0.33 0 0.26
HSL 266.13º 0.32% 0.62% -
HSV(B) 266.13º 0.33% 0.74% -
XYZ 29.67 25.32 50.9 -
YUV 141.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 153 126 188 0.19 0.33 0 0.26 266.13 0.32 0.62
Hex 99 7E BC 13 21 0 1A 10A 20 3E
Octal 231 176 274 23 41 0 32 412 40 76
Binary 10011001 1111110 10111100 10011 100001 0 11010 100001010 100000 111110

Color Harmonies of #997EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EBC

Black with #997EBC

Text Example


Text Example

White with #997EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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