Html Css Color HEX #9576BC Purple Mountain's Majesty

📋 copy color: '#9576BC'

red 149 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9576BC

Tints of Purple Mountain's Majesty #9576BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.93%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 32.75%
G = 25.93%
B = 41.32%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9576BC (or 0x9576BC) is known color: Purple Mountain's Majesty. HEX triplet: 95, 76 and BC. RGB value is (149,118,188). Sum of RGB (Red+Green+Blue) = 149+118+188=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #9576BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576BC is #6A8943. Grayscale: #878787. Windows color (decimal): -6981956 or 12351125. OLE color: 12351125.

HSL color Cylindrical-coordinate representation of color #9576BC: hue angle of 266.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9576BC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 118 188 -
CMYK 0.21 0.37 0 0.26
HSL 266.57º 0.34% 0.6% -
HSV(B) 266.57º 0.37% 0.74% -
XYZ 27.95 22.98 50.54 -
YUV 135.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 149 118 188 0.21 0.37 0 0.26 266.57 0.34 0.6
Hex 95 76 BC 15 25 0 1A 10B 22 3C
Octal 225 166 274 25 45 0 32 413 42 74
Binary 10010101 1110110 10111100 10101 100101 0 11010 100001011 100010 111100

Color Harmonies of #9576BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9576BC

Black with #9576BC

Text Example


Text Example

White with #9576BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9576BC; }

 p { color: rgb(149,118,188); }

 H1.HeaderClassName
 {
   color: #9576BC;
 }
 .AnyTagClassName
 {
   color: #9576BC;
 }
</style>

background-color css

<style>
 a { background-color: #9576BC; }

 a { background-color: rgb(149,118,188); }

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

border-color css

<style>
 span { border-color: #9576BC; }

 span { border-color: rgb(149,118,188); }

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