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

📋 copy color: '#9972BC'

red 153 ◦ green 114 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9972BC

Tints of Purple Mountain's Majesty #9972BC

RGB

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

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

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

R = 33.63%
G = 25.05%
B = 41.32%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9972BC (or 0x9972BC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 72 and BC. RGB value is (153,114,188). Sum of RGB (Red+Green+Blue) = 153+114+188=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #9972BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972BC is #668D43. Grayscale: #858585. Windows color (decimal): -6720836 or 12350105. OLE color: 12350105.

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

Color convert

RGB 153 114 188 -
CMYK 0.19 0.39 0 0.26
HSL 271.62º 0.36% 0.59% -
HSV(B) 271.62º 0.39% 0.74% -
XYZ 28.23 22.44 50.42 -
YUV 134.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 153 114 188 0.19 0.39 0 0.26 271.62 0.36 0.59
Hex 99 72 BC 13 27 0 1A 110 24 3B
Octal 231 162 274 23 47 0 32 420 44 73
Binary 10011001 1110010 10111100 10011 100111 0 11010 100010000 100100 111011

Color Harmonies of #9972BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972BC

Black with #9972BC

Text Example


Text Example

White with #9972BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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