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

📋 copy color: '#997CBB'

red 153 ◦ green 124 ◦ blue 187

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

Shades of Purple Mountain's Majesty #997CBB

Tints of Purple Mountain's Majesty #997CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.3%

R = 32.97%
G = 26.72%
B = 40.3%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#997CBB (or 0x997CBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7C and BB. RGB value is (153,124,187). Sum of RGB (Red+Green+Blue) = 153+124+187=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #997CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997CBB is #668344. Grayscale: #8B8B8B. Windows color (decimal): -6718277 or 12287129. OLE color: 12287129.

HSL color Cylindrical-coordinate representation of color #997CBB: hue angle of 267.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997CBB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 124 187 -
CMYK 0.18 0.34 0 0.27
HSL 267.62º 0.32% 0.61% -
HSV(B) 267.62º 0.34% 0.73% -
XYZ 29.31 24.78 50.25 -
YUV 139.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 153 124 187 0.18 0.34 0 0.27 267.62 0.32 0.61
Hex 99 7C BB 12 22 0 1B 10C 20 3D
Octal 231 174 273 22 42 0 33 414 40 75
Binary 10011001 1111100 10111011 10010 100010 0 11011 100001100 100000 111101

Color Harmonies of #997CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997CBB

Black with #997CBB

Text Example


Text Example

White with #997CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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