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

📋 copy color: '#9978BA'

red 153 ◦ green 120 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9978BA

Tints of Purple Mountain's Majesty #9978BA

RGB

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

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

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

R = 33.33%
G = 26.14%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9978BA (or 0x9978BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and BA. RGB value is (153,120,186). Sum of RGB (Red+Green+Blue) = 153+120+186=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #9978BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978BA is #668745. Grayscale: #898989. Windows color (decimal): -6719302 or 12220569. OLE color: 12220569.

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

Color convert

RGB 153 120 186 -
CMYK 0.18 0.35 0 0.27
HSL 270º 0.32% 0.6% -
HSV(B) 270º 0.35% 0.73% -
XYZ 28.72 23.75 49.53 -
YUV 137.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 153 120 186 0.18 0.35 0 0.27 270 0.32 0.6
Hex 99 78 BA 12 23 0 1B 10E 20 3C
Octal 231 170 272 22 43 0 33 416 40 74
Binary 10011001 1111000 10111010 10010 100011 0 11011 100001110 100000 111100

Color Harmonies of #9978BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978BA

Black with #9978BA

Text Example


Text Example

White with #9978BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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