Html Css Color HEX #9471B5 Purple Mountain's Majesty

📋 copy color: '#9471B5'

red 148 ◦ green 113 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9471B5

Tints of Purple Mountain's Majesty #9471B5

RGB

 RED value IS 148 (58.2% from 255) = 33.48%

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

 BLUE value IS 181 (71.09% from 255) = 40.95%

R = 33.48%
G = 25.57%
B = 40.95%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9471B5 (or 0x9471B5) is known color: Purple Mountain's Majesty. HEX triplet: 94, 71 and B5. RGB value is (148,113,181). Sum of RGB (Red+Green+Blue) = 148+113+181=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #9471B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471B5 is #6B8E4A. Grayscale: #828282. Windows color (decimal): -7048779 or 11891092. OLE color: 11891092.

HSL color Cylindrical-coordinate representation of color #9471B5: hue angle of 270.88º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9471B5 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 113 181 -
CMYK 0.18 0.38 0 0.29
HSL 270.88º 0.31% 0.58% -
HSV(B) 270.88º 0.38% 0.71% -
XYZ 26.46 21.44 46.46 -
YUV 131.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 148 113 181 0.18 0.38 0 0.29 270.88 0.31 0.58
Hex 94 71 B5 12 26 0 1D 10F 1F 3A
Octal 224 161 265 22 46 0 35 417 37 72
Binary 10010100 1110001 10110101 10010 100110 0 11101 100001111 11111 111010

Color Harmonies of #9471B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471B5

Black with #9471B5

Text Example


Text Example

White with #9471B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9471B5; }

 p { color: rgb(148,113,181); }

 H1.HeaderClassName
 {
   color: #9471B5;
 }
 .AnyTagClassName
 {
   color: #9471B5;
 }
</style>

background-color css

<style>
 a { background-color: #9471B5; }

 a { background-color: rgb(148,113,181); }

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

border-color css

<style>
 span { border-color: #9471B5; }

 span { border-color: rgb(148,113,181); }

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