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

📋 copy color: '#9B74BA'

red 155 ◦ green 116 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9B74BA

Tints of Purple Mountain's Majesty #9B74BA

RGB

 RED value IS 155 (60.94% from 255) = 33.92%

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

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

R = 33.92%
G = 25.38%
B = 40.7%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B74BA (or 0x9B74BA) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 74 and BA. RGB value is (155,116,186). Sum of RGB (Red+Green+Blue) = 155+116+186=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B74BA is #648B45. Grayscale: #878787. Windows color (decimal): -6589254 or 12219547. OLE color: 12219547.

HSL color Cylindrical-coordinate representation of color #9B74BA: hue angle of 273.43º 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 #9B74BA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 116 186 -
CMYK 0.17 0.38 0 0.27
HSL 273.43º 0.34% 0.59% -
HSV(B) 273.43º 0.38% 0.73% -
XYZ 28.63 23 49.39 -
YUV 135.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 155 116 186 0.17 0.38 0 0.27 273.43 0.34 0.59
Hex 9B 74 BA 11 26 0 1B 111 22 3B
Octal 233 164 272 21 46 0 33 421 42 73
Binary 10011011 1110100 10111010 10001 100110 0 11011 100010001 100010 111011

Color Harmonies of #9B74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B74BA

Black with #9B74BA

Text Example


Text Example

White with #9B74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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