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

📋 copy color: '#9570B8'

red 149 ◦ green 112 ◦ blue 184

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

Shades of Purple Mountain's Majesty #9570B8

Tints of Purple Mountain's Majesty #9570B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 33.48%
G = 25.17%
B = 41.35%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9570B8 (or 0x9570B8) is known color: Purple Mountain's Majesty. HEX triplet: 95, 70 and B8. RGB value is (149,112,184). Sum of RGB (Red+Green+Blue) = 149+112+184=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 184 - color contains mainly: blue. Hex color #9570B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570B8 is #6A8F47. Grayscale: #838383. Windows color (decimal): -6983496 or 12087445. OLE color: 12087445.

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

Color convert

RGB 149 112 184 -
CMYK 0.19 0.39 0 0.28
HSL 270.83º 0.34% 0.58% -
HSV(B) 270.83º 0.39% 0.72% -
XYZ 26.84 21.44 48.07 -
YUV 131.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 149 112 184 0.19 0.39 0 0.28 270.83 0.34 0.58
Hex 95 70 B8 13 27 0 1C 10F 22 3A
Octal 225 160 270 23 47 0 34 417 42 72
Binary 10010101 1110000 10111000 10011 100111 0 11100 100001111 100010 111010

Color Harmonies of #9570B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570B8

Black with #9570B8

Text Example


Text Example

White with #9570B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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