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

📋 copy color: '#9978BE'

red 153 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9978BE

Tints of Purple Mountain's Majesty #9978BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 33.05%
G = 25.92%
B = 41.04%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9978BE (or 0x9978BE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 78 and BE. RGB value is (153,120,190). Sum of RGB (Red+Green+Blue) = 153+120+190=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9978BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978BE is #668741. Grayscale: #898989. Windows color (decimal): -6719298 or 12482713. OLE color: 12482713.

HSL color Cylindrical-coordinate representation of color #9978BE: hue angle of 268.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9978BE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 120 190 -
CMYK 0.19 0.37 0 0.25
HSL 268.29º 0.35% 0.61% -
HSV(B) 268.29º 0.37% 0.75% -
XYZ 29.15 23.92 51.8 -
YUV 137.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 153 120 190 0.19 0.37 0 0.25 268.29 0.35 0.61
Hex 99 78 BE 13 25 0 19 10C 23 3D
Octal 231 170 276 23 45 0 31 414 43 75
Binary 10011001 1111000 10111110 10011 100101 0 11001 100001100 100011 111101

Color Harmonies of #9978BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9978BE

Black with #9978BE

Text Example


Text Example

White with #9978BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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