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

📋 copy color: '#997ABC'

red 153 ◦ green 122 ◦ blue 188

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

Shades of Purple Mountain's Majesty #997ABC

Tints of Purple Mountain's Majesty #997ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 33.05%
G = 26.35%
B = 40.6%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#997ABC (or 0x997ABC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7A and BC. RGB value is (153,122,188). Sum of RGB (Red+Green+Blue) = 153+122+188=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #997ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ABC is #668543. Grayscale: #8A8A8A. Windows color (decimal): -6718788 or 12352153. OLE color: 12352153.

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

Color convert

RGB 153 122 188 -
CMYK 0.19 0.35 0 0.26
HSL 268.18º 0.33% 0.61% -
HSV(B) 268.18º 0.35% 0.74% -
XYZ 29.17 24.32 50.73 -
YUV 138.79 155.77 138.13 -
System Red Green Blue C M Y K H S L
Decimal 153 122 188 0.19 0.35 0 0.26 268.18 0.33 0.61
Hex 99 7A BC 13 23 0 1A 10C 21 3D
Octal 231 172 274 23 43 0 32 414 41 75
Binary 10011001 1111010 10111100 10011 100011 0 11010 100001100 100001 111101

Color Harmonies of #997ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997ABC

Black with #997ABC

Text Example


Text Example

White with #997ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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