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

📋 copy color: '#997ABE'

red 153 ◦ green 122 ◦ blue 190

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

Shades of Purple Mountain's Majesty #997ABE

Tints of Purple Mountain's Majesty #997ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.24%

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

R = 32.9%
G = 26.24%
B = 40.86%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#997ABE (or 0x997ABE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7A and BE. RGB value is (153,122,190). Sum of RGB (Red+Green+Blue) = 153+122+190=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #997ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ABE is #668541. Grayscale: #8A8A8A. Windows color (decimal): -6718786 or 12483225. OLE color: 12483225.

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

Color convert

RGB 153 122 190 -
CMYK 0.19 0.36 0 0.25
HSL 267.35º 0.34% 0.61% -
HSV(B) 267.35º 0.36% 0.75% -
XYZ 29.39 24.41 51.88 -
YUV 139.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 153 122 190 0.19 0.36 0 0.25 267.35 0.34 0.61
Hex 99 7A BE 13 24 0 19 10B 22 3D
Octal 231 172 276 23 44 0 31 413 42 75
Binary 10011001 1111010 10111110 10011 100100 0 11001 100001011 100010 111101

Color Harmonies of #997ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ABE

Black with #997ABE

Text Example


Text Example

White with #997ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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