Html Css Color HEX #9E78BE Purple Mountain's Majesty

📋 copy color: '#9E78BE'

red 158 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E78BE

Tints of Purple Mountain's Majesty #9E78BE

RGB

 RED value IS 158 (62.11% from 255) = 33.76%

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

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

R = 33.76%
G = 25.64%
B = 40.6%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E78BE (or 0x9E78BE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 78 and BE. RGB value is (158,120,190). Sum of RGB (Red+Green+Blue) = 158+120+190=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E78BE is #618741. Grayscale: #8B8B8B. Windows color (decimal): -6391618 or 12482718. OLE color: 12482718.

HSL color Cylindrical-coordinate representation of color #9E78BE: hue angle of 272.57º 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 #9E78BE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 120 190 -
CMYK 0.17 0.37 0 0.25
HSL 272.57º 0.35% 0.61% -
HSV(B) 272.57º 0.37% 0.75% -
XYZ 30.11 24.42 51.84 -
YUV 139.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 158 120 190 0.17 0.37 0 0.25 272.57 0.35 0.61
Hex 9E 78 BE 11 25 0 19 111 23 3D
Octal 236 170 276 21 45 0 31 421 43 75
Binary 10011110 1111000 10111110 10001 100101 0 11001 100010001 100011 111101

Color Harmonies of #9E78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E78BE

Black with #9E78BE

Text Example


Text Example

White with #9E78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E78BE; }

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

 H1.HeaderClassName
 {
   color: #9E78BE;
 }
 .AnyTagClassName
 {
   color: #9E78BE;
 }
</style>

background-color css

<style>
 a { background-color: #9E78BE; }

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

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

border-color css

<style>
 span { border-color: #9E78BE; }

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

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