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

📋 copy color: '#9579BE'

red 149 ◦ green 121 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9579BE

Tints of Purple Mountain's Majesty #9579BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

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

R = 32.39%
G = 26.3%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9579BE (or 0x9579BE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 79 and BE. RGB value is (149,121,190). Sum of RGB (Red+Green+Blue) = 149+121+190=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #9579BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579BE is #6A8641. Grayscale: #888888. Windows color (decimal): -6981186 or 12482965. OLE color: 12482965.

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

Color convert

RGB 149 121 190 -
CMYK 0.22 0.36 0 0.25
HSL 264.35º 0.35% 0.61% -
HSV(B) 264.35º 0.36% 0.75% -
XYZ 28.53 23.78 51.8 -
YUV 137.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 149 121 190 0.22 0.36 0 0.25 264.35 0.35 0.61
Hex 95 79 BE 16 24 0 19 108 23 3D
Octal 225 171 276 26 44 0 31 410 43 75
Binary 10010101 1111001 10111110 10110 100100 0 11001 100001000 100011 111101

Color Harmonies of #9579BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579BE

Black with #9579BE

Text Example


Text Example

White with #9579BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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