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

📋 copy color: '#9974BC'

red 153 ◦ green 116 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9974BC

Tints of Purple Mountain's Majesty #9974BC

RGB

 RED value IS 153 (60.16% from 255) = 33.48%

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 33.48%
G = 25.38%
B = 41.14%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9974BC (or 0x9974BC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 74 and BC. RGB value is (153,116,188). Sum of RGB (Red+Green+Blue) = 153+116+188=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #9974BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974BC is #668B43. Grayscale: #878787. Windows color (decimal): -6720324 or 12350617. OLE color: 12350617.

HSL color Cylindrical-coordinate representation of color #9974BC: hue angle of 270.83º 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 #9974BC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 116 188 -
CMYK 0.19 0.38 0 0.26
HSL 270.83º 0.35% 0.6% -
HSV(B) 270.83º 0.38% 0.74% -
XYZ 28.46 22.89 50.5 -
YUV 135.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 153 116 188 0.19 0.38 0 0.26 270.83 0.35 0.6
Hex 99 74 BC 13 26 0 1A 10F 23 3C
Octal 231 164 274 23 46 0 32 417 43 74
Binary 10011001 1110100 10111100 10011 100110 0 11010 100001111 100011 111100

Color Harmonies of #9974BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9974BC

Black with #9974BC

Text Example


Text Example

White with #9974BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,116,188); }

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

background-color css

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

 a { background-color: rgb(153,116,188); }

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

border-color css

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

 span { border-color: rgb(153,116,188); }

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