Html Css Color HEX #9979BC Purple Mountain's Majesty

📋 copy color: '#9979BC'

red 153 ◦ green 121 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9979BC

Tints of Purple Mountain's Majesty #9979BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

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

R = 33.12%
G = 26.19%
B = 40.69%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9979BC (or 0x9979BC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 79 and BC. RGB value is (153,121,188). Sum of RGB (Red+Green+Blue) = 153+121+188=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #9979BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9979BC is #668643. Grayscale: #898989. Windows color (decimal): -6719044 or 12351897. OLE color: 12351897.

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

Color convert

RGB 153 121 188 -
CMYK 0.19 0.36 0 0.26
HSL 268.66º 0.33% 0.61% -
HSV(B) 268.66º 0.36% 0.74% -
XYZ 29.05 24.08 50.69 -
YUV 138.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 153 121 188 0.19 0.36 0 0.26 268.66 0.33 0.61
Hex 99 79 BC 13 24 0 1A 10D 21 3D
Octal 231 171 274 23 44 0 32 415 41 75
Binary 10011001 1111001 10111100 10011 100100 0 11010 100001101 100001 111101

Color Harmonies of #9979BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9979BC

Black with #9979BC

Text Example


Text Example

White with #9979BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9979BC; }

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

 H1.HeaderClassName
 {
   color: #9979BC;
 }
 .AnyTagClassName
 {
   color: #9979BC;
 }
</style>

background-color css

<style>
 a { background-color: #9979BC; }

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

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

border-color css

<style>
 span { border-color: #9979BC; }

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

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