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

📋 copy color: '#997AB6'

red 153 ◦ green 122 ◦ blue 182

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

Shades of Purple Mountain's Majesty #997AB6

Tints of Purple Mountain's Majesty #997AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.82%

R = 33.48%
G = 26.7%
B = 39.82%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#997AB6 (or 0x997AB6) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7A and B6. RGB value is (153,122,182). Sum of RGB (Red+Green+Blue) = 153+122+182=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 182 - color contains mainly: blue. Hex color #997AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997AB6 is #668549. Grayscale: #898989. Windows color (decimal): -6718794 or 11958937. OLE color: 11958937.

HSL color Cylindrical-coordinate representation of color #997AB6: hue angle of 271º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997AB6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 122 182 -
CMYK 0.16 0.33 0 0.29
HSL 271º 0.29% 0.6% -
HSV(B) 271º 0.33% 0.71% -
XYZ 28.54 24.07 47.4 -
YUV 138.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 153 122 182 0.16 0.33 0 0.29 271 0.29 0.6
Hex 99 7A B6 10 21 0 1D 10F 1D 3C
Octal 231 172 266 20 41 0 35 417 35 74
Binary 10011001 1111010 10110110 10000 100001 0 11101 100001111 11101 111100

Color Harmonies of #997AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997AB6

Black with #997AB6

Text Example


Text Example

White with #997AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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