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

📋 copy color: '#997DBE'

red 153 ◦ green 125 ◦ blue 190

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

Shades of Purple Mountain's Majesty #997DBE

Tints of Purple Mountain's Majesty #997DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.71%

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

R = 32.69%
G = 26.71%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#997DBE (or 0x997DBE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and BE. RGB value is (153,125,190). Sum of RGB (Red+Green+Blue) = 153+125+190=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #997DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DBE is #668241. Grayscale: #8C8C8C. Windows color (decimal): -6718018 or 12483993. OLE color: 12483993.

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

Color convert

RGB 153 125 190 -
CMYK 0.19 0.34 0 0.25
HSL 265.85º 0.33% 0.62% -
HSV(B) 265.85º 0.34% 0.75% -
XYZ 29.76 25.16 52 -
YUV 140.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 153 125 190 0.19 0.34 0 0.25 265.85 0.33 0.62
Hex 99 7D BE 13 22 0 19 10A 21 3E
Octal 231 175 276 23 42 0 31 412 41 76
Binary 10011001 1111101 10111110 10011 100010 0 11001 100001010 100001 111110

Color Harmonies of #997DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DBE

Black with #997DBE

Text Example


Text Example

White with #997DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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