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

📋 copy color: '#9772BC'

red 151 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9772BC

Tints of Purple Mountain's Majesty #9772BC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.17%

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

R = 33.33%
G = 25.17%
B = 41.5%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9772BC (or 0x9772BC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 72 and BC. RGB value is (151,114,188). Sum of RGB (Red+Green+Blue) = 151+114+188=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #9772BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9772BC is #688D43. Grayscale: #858585. Windows color (decimal): -6851908 or 12350103. OLE color: 12350103.

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

Color convert

RGB 151 114 188 -
CMYK 0.20 0.39 0 0.26
HSL 270º 0.36% 0.59% -
HSV(B) 270º 0.39% 0.74% -
XYZ 27.86 22.24 50.4 -
YUV 133.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 151 114 188 0.20 0.39 0 0.26 270 0.36 0.59
Hex 97 72 BC 14 27 0 1A 10E 24 3B
Octal 227 162 274 24 47 0 32 416 44 73
Binary 10010111 1110010 10111100 10100 100111 0 11010 100001110 100100 111011

Color Harmonies of #9772BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9772BC

Black with #9772BC

Text Example


Text Example

White with #9772BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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