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

📋 copy color: '#997CBE'

red 153 ◦ green 124 ◦ blue 190

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

Shades of Purple Mountain's Majesty #997CBE

Tints of Purple Mountain's Majesty #997CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 32.76%
G = 26.55%
B = 40.69%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#997CBE (or 0x997CBE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7C and BE. RGB value is (153,124,190). Sum of RGB (Red+Green+Blue) = 153+124+190=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #997CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CBE is #668341. Grayscale: #8B8B8B. Windows color (decimal): -6718274 or 12483737. OLE color: 12483737.

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

Color convert

RGB 153 124 190 -
CMYK 0.19 0.35 0 0.25
HSL 266.36º 0.34% 0.62% -
HSV(B) 266.36º 0.35% 0.75% -
XYZ 29.64 24.91 51.96 -
YUV 140.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 153 124 190 0.19 0.35 0 0.25 266.36 0.34 0.62
Hex 99 7C BE 13 23 0 19 10A 22 3E
Octal 231 174 276 23 43 0 31 412 42 76
Binary 10011001 1111100 10111110 10011 100011 0 11001 100001010 100010 111110

Color Harmonies of #997CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CBE

Black with #997CBE

Text Example


Text Example

White with #997CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,124,190); }

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

background-color css

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

 a { background-color: rgb(153,124,190); }

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

border-color css

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

 span { border-color: rgb(153,124,190); }

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