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

📋 copy color: '#997BBE'

red 153 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #997BBE

Tints of Purple Mountain's Majesty #997BBE

RGB

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

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

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

R = 32.83%
G = 26.39%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#997BBE (or 0x997BBE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7B and BE. RGB value is (153,123,190). Sum of RGB (Red+Green+Blue) = 153+123+190=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #997BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BBE is #668441. Grayscale: #8B8B8B. Windows color (decimal): -6718530 or 12483481. OLE color: 12483481.

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

Color convert

RGB 153 123 190 -
CMYK 0.19 0.35 0 0.25
HSL 266.87º 0.34% 0.61% -
HSV(B) 266.87º 0.35% 0.75% -
XYZ 29.51 24.66 51.92 -
YUV 139.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 153 123 190 0.19 0.35 0 0.25 266.87 0.34 0.61
Hex 99 7B BE 13 23 0 19 10B 22 3D
Octal 231 173 276 23 43 0 31 413 42 75
Binary 10011001 1111011 10111110 10011 100011 0 11001 100001011 100010 111101

Color Harmonies of #997BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BBE

Black with #997BBE

Text Example


Text Example

White with #997BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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