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

📋 copy color: '#9770BC'

red 151 ◦ green 112 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9770BC

Tints of Purple Mountain's Majesty #9770BC

RGB

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

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

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

R = 33.48%
G = 24.83%
B = 41.69%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9770BC (or 0x9770BC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 70 and BC. RGB value is (151,112,188). Sum of RGB (Red+Green+Blue) = 151+112+188=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #9770BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770BC is #688F43. Grayscale: #848484. Windows color (decimal): -6852420 or 12349591. OLE color: 12349591.

HSL color Cylindrical-coordinate representation of color #9770BC: hue angle of 270.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9770BC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 112 188 -
CMYK 0.20 0.40 0 0.26
HSL 270.79º 0.36% 0.59% -
HSV(B) 270.79º 0.4% 0.74% -
XYZ 27.63 21.8 50.33 -
YUV 132.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 151 112 188 0.20 0.40 0 0.26 270.79 0.36 0.59
Hex 97 70 BC 14 28 0 1A 10F 24 3B
Octal 227 160 274 24 50 0 32 417 44 73
Binary 10010111 1110000 10111100 10100 101000 0 11010 100001111 100100 111011

Color Harmonies of #9770BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770BC

Black with #9770BC

Text Example


Text Example

White with #9770BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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