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

📋 copy color: '#997ABA'

red 153 ◦ green 122 ◦ blue 186

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

Shades of Purple Mountain's Majesty #997ABA

Tints of Purple Mountain's Majesty #997ABA

RGB

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

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

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

R = 33.19%
G = 26.46%
B = 40.35%

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

#997ABA (or 0x997ABA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7A and BA. RGB value is (153,122,186). Sum of RGB (Red+Green+Blue) = 153+122+186=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #997ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ABA is #668545. Grayscale: #8A8A8A. Windows color (decimal): -6718790 or 12221081. OLE color: 12221081.

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

Color convert

RGB 153 122 186 -
CMYK 0.18 0.34 0 0.27
HSL 269.06º 0.32% 0.6% -
HSV(B) 269.06º 0.34% 0.73% -
XYZ 28.96 24.24 49.61 -
YUV 138.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 153 122 186 0.18 0.34 0 0.27 269.06 0.32 0.6
Hex 99 7A BA 12 22 0 1B 10D 20 3C
Octal 231 172 272 22 42 0 33 415 40 74
Binary 10011001 1111010 10111010 10010 100010 0 11011 100001101 100000 111100

Color Harmonies of #997ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ABA

Black with #997ABA

Text Example


Text Example

White with #997ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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