Html Css Color HEX #9D74BA Purple Mountain's Majesty

📋 copy color: '#9D74BA'

red 157 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9D74BA

Tints of Purple Mountain's Majesty #9D74BA

RGB

 RED value IS 157 (61.72% from 255) = 34.2%

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 34.2%
G = 25.27%
B = 40.52%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D74BA (or 0x9D74BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 74 and BA. RGB value is (157,116,186). Sum of RGB (Red+Green+Blue) = 157+116+186=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74BA is #628B45. Grayscale: #888888. Windows color (decimal): -6458182 or 12219549. OLE color: 12219549.

HSL color Cylindrical-coordinate representation of color #9D74BA: hue angle of 275.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D74BA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 116 186 -
CMYK 0.16 0.38 0 0.27
HSL 275.14º 0.34% 0.59% -
HSV(B) 275.14º 0.38% 0.73% -
XYZ 29.01 23.2 49.4 -
YUV 136.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 157 116 186 0.16 0.38 0 0.27 275.14 0.34 0.59
Hex 9D 74 BA 10 26 0 1B 113 22 3B
Octal 235 164 272 20 46 0 33 423 42 73
Binary 10011101 1110100 10111010 10000 100110 0 11011 100010011 100010 111011

Color Harmonies of #9D74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D74BA

Black with #9D74BA

Text Example


Text Example

White with #9D74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D74BA; }

 p { color: rgb(157,116,186); }

 H1.HeaderClassName
 {
   color: #9D74BA;
 }
 .AnyTagClassName
 {
   color: #9D74BA;
 }
</style>

background-color css

<style>
 a { background-color: #9D74BA; }

 a { background-color: rgb(157,116,186); }

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

border-color css

<style>
 span { border-color: #9D74BA; }

 span { border-color: rgb(157,116,186); }

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