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

📋 copy color: '#9775BC'

red 151 ◦ green 117 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9775BC

Tints of Purple Mountain's Majesty #9775BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 33.11%
G = 25.66%
B = 41.23%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9775BC (or 0x9775BC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 75 and BC. RGB value is (151,117,188). Sum of RGB (Red+Green+Blue) = 151+117+188=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #9775BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775BC is #688A43. Grayscale: #878787. Windows color (decimal): -6851140 or 12350871. OLE color: 12350871.

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

Color convert

RGB 151 117 188 -
CMYK 0.20 0.38 0 0.26
HSL 268.73º 0.35% 0.6% -
HSV(B) 268.73º 0.38% 0.74% -
XYZ 28.2 22.93 50.52 -
YUV 135.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 151 117 188 0.20 0.38 0 0.26 268.73 0.35 0.6
Hex 97 75 BC 14 26 0 1A 10D 23 3C
Octal 227 165 274 24 46 0 32 415 43 74
Binary 10010111 1110101 10111100 10100 100110 0 11010 100001101 100011 111100

Color Harmonies of #9775BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775BC

Black with #9775BC

Text Example


Text Example

White with #9775BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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