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

📋 copy color: '#997DBB'

red 153 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #997DBB

Tints of Purple Mountain's Majesty #997DBB

RGB

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

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

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

R = 32.9%
G = 26.88%
B = 40.22%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#997DBB (or 0x997DBB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and BB. RGB value is (153,125,187). Sum of RGB (Red+Green+Blue) = 153+125+187=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #997DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997DBB is #668244. Grayscale: #8C8C8C. Windows color (decimal): -6718021 or 12287385. OLE color: 12287385.

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

Color convert

RGB 153 125 187 -
CMYK 0.18 0.33 0 0.27
HSL 267.1º 0.31% 0.61% -
HSV(B) 267.1º 0.33% 0.73% -
XYZ 29.44 25.03 50.29 -
YUV 140.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 153 125 187 0.18 0.33 0 0.27 267.1 0.31 0.61
Hex 99 7D BB 12 21 0 1B 10B 1F 3D
Octal 231 175 273 22 41 0 33 413 37 75
Binary 10011001 1111101 10111011 10010 100001 0 11011 100001011 11111 111101

Color Harmonies of #997DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DBB

Black with #997DBB

Text Example


Text Example

White with #997DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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