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

📋 copy color: '#9370B7'

red 147 ◦ green 112 ◦ blue 183

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

Shades of Purple Mountain's Majesty #9370B7

Tints of Purple Mountain's Majesty #9370B7

RGB

 RED value IS 147 (57.81% from 255) = 33.26%

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

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

R = 33.26%
G = 25.34%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9370B7 (or 0x9370B7) is known color: Purple Mountain's Majesty. HEX triplet: 93, 70 and B7. RGB value is (147,112,183). Sum of RGB (Red+Green+Blue) = 147+112+183=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #9370B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370B7 is #6C8F48. Grayscale: #828282. Windows color (decimal): -7114569 or 12021907. OLE color: 12021907.

HSL color Cylindrical-coordinate representation of color #9370B7: hue angle of 269.58º degrees, saturation: 0.33, 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 #9370B7 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 112 183 -
CMYK 0.20 0.39 0 0.28
HSL 269.58º 0.33% 0.58% -
HSV(B) 269.58º 0.39% 0.72% -
XYZ 26.37 21.21 47.5 -
YUV 130.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 147 112 183 0.20 0.39 0 0.28 269.58 0.33 0.58
Hex 93 70 B7 14 27 0 1C 10E 21 3A
Octal 223 160 267 24 47 0 34 416 41 72
Binary 10010011 1110000 10110111 10100 100111 0 11100 100001110 100001 111010

Color Harmonies of #9370B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370B7

Black with #9370B7

Text Example


Text Example

White with #9370B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,112,183); }

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

background-color css

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

 a { background-color: rgb(147,112,183); }

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

border-color css

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

 span { border-color: rgb(147,112,183); }

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