Html Css Color HEX #9770B4 Purple Mountain's Majesty

📋 copy color: '#9770B4'

red 151 ◦ green 112 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9770B4

Tints of Purple Mountain's Majesty #9770B4

RGB

 RED value IS 151 (59.38% from 255) = 34.09%

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

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 34.09%
G = 25.28%
B = 40.63%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9770B4 (or 0x9770B4) is known color: Purple Mountain's Majesty. HEX triplet: 97, 70 and B4. RGB value is (151,112,180). Sum of RGB (Red+Green+Blue) = 151+112+180=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #9770B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770B4 is #688F4B. Grayscale: #838383. Windows color (decimal): -6852428 or 11825303. OLE color: 11825303.

HSL color Cylindrical-coordinate representation of color #9770B4: hue angle of 274.41º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9770B4 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 112 180 -
CMYK 0.16 0.38 0 0.29
HSL 274.41º 0.31% 0.57% -
HSV(B) 274.41º 0.38% 0.71% -
XYZ 26.79 21.46 45.91 -
YUV 131.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 151 112 180 0.16 0.38 0 0.29 274.41 0.31 0.57
Hex 97 70 B4 10 26 0 1D 112 1F 39
Octal 227 160 264 20 46 0 35 422 37 71
Binary 10010111 1110000 10110100 10000 100110 0 11101 100010010 11111 111001

Color Harmonies of #9770B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770B4

Black with #9770B4

Text Example


Text Example

White with #9770B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9770B4; }

 p { color: rgb(151,112,180); }

 H1.HeaderClassName
 {
   color: #9770B4;
 }
 .AnyTagClassName
 {
   color: #9770B4;
 }
</style>

background-color css

<style>
 a { background-color: #9770B4; }

 a { background-color: rgb(151,112,180); }

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

border-color css

<style>
 span { border-color: #9770B4; }

 span { border-color: rgb(151,112,180); }

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