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

📋 copy color: '#9C78BE'

red 156 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9C78BE

Tints of Purple Mountain's Majesty #9C78BE

RGB

 RED value IS 156 (61.33% from 255) = 33.48%

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

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

R = 33.48%
G = 25.75%
B = 40.77%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C78BE (or 0x9C78BE) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 78 and BE. RGB value is (156,120,190). Sum of RGB (Red+Green+Blue) = 156+120+190=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C78BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78BE is #638741. Grayscale: #8A8A8A. Windows color (decimal): -6522690 or 12482716. OLE color: 12482716.

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

Color convert

RGB 156 120 190 -
CMYK 0.18 0.37 0 0.25
HSL 270.86º 0.35% 0.61% -
HSV(B) 270.86º 0.37% 0.75% -
XYZ 29.72 24.22 51.82 -
YUV 138.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 156 120 190 0.18 0.37 0 0.25 270.86 0.35 0.61
Hex 9C 78 BE 12 25 0 19 10F 23 3D
Octal 234 170 276 22 45 0 31 417 43 75
Binary 10011100 1111000 10111110 10010 100101 0 11001 100001111 100011 111101

Color Harmonies of #9C78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C78BE

Black with #9C78BE

Text Example


Text Example

White with #9C78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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