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

📋 copy color: '#9578BE'

red 149 ◦ green 120 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9578BE

Tints of Purple Mountain's Majesty #9578BE

RGB

 RED value IS 149 (58.59% from 255) = 32.46%

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

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

R = 32.46%
G = 26.14%
B = 41.39%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9578BE (or 0x9578BE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 78 and BE. RGB value is (149,120,190). Sum of RGB (Red+Green+Blue) = 149+120+190=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9578BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578BE is #6A8741. Grayscale: #888888. Windows color (decimal): -6981442 or 12482709. OLE color: 12482709.

HSL color Cylindrical-coordinate representation of color #9578BE: hue angle of 264.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 #9578BE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 120 190 -
CMYK 0.22 0.37 0 0.25
HSL 264.86º 0.35% 0.61% -
HSV(B) 264.86º 0.37% 0.75% -
XYZ 28.41 23.54 51.76 -
YUV 136.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 149 120 190 0.22 0.37 0 0.25 264.86 0.35 0.61
Hex 95 78 BE 16 25 0 19 109 23 3D
Octal 225 170 276 26 45 0 31 411 43 75
Binary 10010101 1111000 10111110 10110 100101 0 11001 100001001 100011 111101

Color Harmonies of #9578BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9578BE

Black with #9578BE

Text Example


Text Example

White with #9578BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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