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

📋 copy color: '#9578B7'

red 149 ◦ green 120 ◦ blue 183

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

Shades of Purple Mountain's Majesty #9578B7

Tints of Purple Mountain's Majesty #9578B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 32.96%
G = 26.55%
B = 40.49%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9578B7 (or 0x9578B7) is known color: Purple Mountain's Majesty. HEX triplet: 95, 78 and B7. RGB value is (149,120,183). Sum of RGB (Red+Green+Blue) = 149+120+183=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #9578B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578B7 is #6A8748. Grayscale: #878787. Windows color (decimal): -6981449 or 12023957. OLE color: 12023957.

HSL color Cylindrical-coordinate representation of color #9578B7: hue angle of 267.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9578B7 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 120 183 -
CMYK 0.19 0.34 0 0.28
HSL 267.62º 0.3% 0.59% -
HSV(B) 267.62º 0.34% 0.72% -
XYZ 27.66 23.24 47.83 -
YUV 135.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 149 120 183 0.19 0.34 0 0.28 267.62 0.3 0.59
Hex 95 78 B7 13 22 0 1C 10C 1E 3B
Octal 225 170 267 23 42 0 34 414 36 73
Binary 10010101 1111000 10110111 10011 100010 0 11100 100001100 11110 111011

Color Harmonies of #9578B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9578B7

Black with #9578B7

Text Example


Text Example

White with #9578B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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