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

📋 copy color: '#9B71B4'

red 155 ◦ green 113 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9B71B4

Tints of Purple Mountain's Majesty #9B71B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.22%

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 34.6%
G = 25.22%
B = 40.18%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9B71B4 (or 0x9B71B4) is known color: Purple Mountain's Majesty. HEX triplet: 9B, 71 and B4. RGB value is (155,113,180). Sum of RGB (Red+Green+Blue) = 155+113+180=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #9B71B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71B4 is #648E4B. Grayscale: #848484. Windows color (decimal): -6590028 or 11825563. OLE color: 11825563.

HSL color Cylindrical-coordinate representation of color #9B71B4: hue angle of 277.61º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B71B4 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 113 180 -
CMYK 0.14 0.37 0 0.29
HSL 277.61º 0.31% 0.57% -
HSV(B) 277.61º 0.37% 0.71% -
XYZ 27.66 22.07 45.98 -
YUV 133.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 155 113 180 0.14 0.37 0 0.29 277.61 0.31 0.57
Hex 9B 71 B4 E 25 0 1D 116 1F 39
Octal 233 161 264 16 45 0 35 426 37 71
Binary 10011011 1110001 10110100 1110 100101 0 11101 100010110 11111 111001

Color Harmonies of #9B71B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B71B4

Black with #9B71B4

Text Example


Text Example

White with #9B71B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,180); }

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

background-color css

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

 a { background-color: rgb(155,113,180); }

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

border-color css

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

 span { border-color: rgb(155,113,180); }

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