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

📋 copy color: '#9973BC'

red 153 ◦ green 115 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9973BC

Tints of Purple Mountain's Majesty #9973BC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 33.55%
G = 25.22%
B = 41.23%

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

#9973BC (or 0x9973BC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 73 and BC. RGB value is (153,115,188). Sum of RGB (Red+Green+Blue) = 153+115+188=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 115 (45.31% from 255 or 25.22% 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 #9973BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973BC is #668C43. Grayscale: #868686. Windows color (decimal): -6720580 or 12350361. OLE color: 12350361.

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

Color convert

RGB 153 115 188 -
CMYK 0.19 0.39 0 0.26
HSL 271.23º 0.35% 0.59% -
HSV(B) 271.23º 0.39% 0.74% -
XYZ 28.34 22.66 50.46 -
YUV 134.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 153 115 188 0.19 0.39 0 0.26 271.23 0.35 0.59
Hex 99 73 BC 13 27 0 1A 10F 23 3B
Octal 231 163 274 23 47 0 32 417 43 73
Binary 10011001 1110011 10111100 10011 100111 0 11010 100001111 100011 111011

Color Harmonies of #9973BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9973BC

Black with #9973BC

Text Example


Text Example

White with #9973BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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