Html Css Color HEX #9570BA Purple Mountain's Majesty

📋 copy color: '#9570BA'

red 149 ◦ green 112 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9570BA

Tints of Purple Mountain's Majesty #9570BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 33.33%
G = 25.06%
B = 41.61%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9570BA (or 0x9570BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 70 and BA. RGB value is (149,112,186). Sum of RGB (Red+Green+Blue) = 149+112+186=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9570BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570BA is #6A8F45. Grayscale: #838383. Windows color (decimal): -6983494 or 12218517. OLE color: 12218517.

HSL color Cylindrical-coordinate representation of color #9570BA: hue angle of 270º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9570BA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 112 186 -
CMYK 0.20 0.40 0 0.27
HSL 270º 0.35% 0.58% -
HSV(B) 270º 0.4% 0.73% -
XYZ 27.05 21.52 49.18 -
YUV 131.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 149 112 186 0.20 0.40 0 0.27 270 0.35 0.58
Hex 95 70 BA 14 28 0 1B 10E 23 3A
Octal 225 160 272 24 50 0 33 416 43 72
Binary 10010101 1110000 10111010 10100 101000 0 11011 100001110 100011 111010

Color Harmonies of #9570BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570BA

Black with #9570BA

Text Example


Text Example

White with #9570BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9570BA; }

 p { color: rgb(149,112,186); }

 H1.HeaderClassName
 {
   color: #9570BA;
 }
 .AnyTagClassName
 {
   color: #9570BA;
 }
</style>

background-color css

<style>
 a { background-color: #9570BA; }

 a { background-color: rgb(149,112,186); }

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

border-color css

<style>
 span { border-color: #9570BA; }

 span { border-color: rgb(149,112,186); }

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