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

📋 copy color: '#9978BC'

red 153 ◦ green 120 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9978BC

Tints of Purple Mountain's Majesty #9978BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.03%

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

R = 33.19%
G = 26.03%
B = 40.78%

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

#9978BC (or 0x9978BC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and BC. RGB value is (153,120,188). Sum of RGB (Red+Green+Blue) = 153+120+188=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #9978BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978BC is #668743. Grayscale: #898989. Windows color (decimal): -6719300 or 12351641. OLE color: 12351641.

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

Color convert

RGB 153 120 188 -
CMYK 0.19 0.36 0 0.26
HSL 269.12º 0.34% 0.6% -
HSV(B) 269.12º 0.36% 0.74% -
XYZ 28.93 23.84 50.65 -
YUV 137.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 153 120 188 0.19 0.36 0 0.26 269.12 0.34 0.6
Hex 99 78 BC 13 24 0 1A 10D 22 3C
Octal 231 170 274 23 44 0 32 415 42 74
Binary 10011001 1111000 10111100 10011 100100 0 11010 100001101 100010 111100

Color Harmonies of #9978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978BC

Black with #9978BC

Text Example


Text Example

White with #9978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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