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

📋 copy color: '#997BBA'

red 153 ◦ green 123 ◦ blue 186

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

Shades of Purple Mountain's Majesty #997BBA

Tints of Purple Mountain's Majesty #997BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 33.12%
G = 26.62%
B = 40.26%

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

#997BBA (or 0x997BBA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7B and BA. RGB value is (153,123,186). Sum of RGB (Red+Green+Blue) = 153+123+186=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #997BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BBA is #668445. Grayscale: #8A8A8A. Windows color (decimal): -6718534 or 12221337. OLE color: 12221337.

HSL color Cylindrical-coordinate representation of color #997BBA: hue angle of 268.57º degrees, saturation: 0.31, 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 #997BBA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 123 186 -
CMYK 0.18 0.34 0 0.27
HSL 268.57º 0.31% 0.61% -
HSV(B) 268.57º 0.34% 0.73% -
XYZ 29.08 24.48 49.65 -
YUV 139.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 153 123 186 0.18 0.34 0 0.27 268.57 0.31 0.61
Hex 99 7B BA 12 22 0 1B 10D 1F 3D
Octal 231 173 272 22 42 0 33 415 37 75
Binary 10011001 1111011 10111010 10010 100010 0 11011 100001101 11111 111101

Color Harmonies of #997BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BBA

Black with #997BBA

Text Example


Text Example

White with #997BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,123,186); }

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

background-color css

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

 a { background-color: rgb(153,123,186); }

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

border-color css

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

 span { border-color: rgb(153,123,186); }

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