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

📋 copy color: '#9471B6'

red 148 ◦ green 113 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9471B6

Tints of Purple Mountain's Majesty #9471B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 33.41%
G = 25.51%
B = 41.08%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9471B6 (or 0x9471B6) is known color: Purple Mountain's Majesty. HEX triplet: 94, 71 and B6. RGB value is (148,113,182). Sum of RGB (Red+Green+Blue) = 148+113+182=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #9471B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471B6 is #6B8E49. Grayscale: #838383. Windows color (decimal): -7048778 or 11956628. OLE color: 11956628.

HSL color Cylindrical-coordinate representation of color #9471B6: hue angle of 270.43º degrees, saturation: 0.32, 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 #9471B6 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 113 182 -
CMYK 0.19 0.38 0 0.29
HSL 270.43º 0.32% 0.58% -
HSV(B) 270.43º 0.38% 0.71% -
XYZ 26.56 21.48 47 -
YUV 131.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 148 113 182 0.19 0.38 0 0.29 270.43 0.32 0.58
Hex 94 71 B6 13 26 0 1D 10E 20 3A
Octal 224 161 266 23 46 0 35 416 40 72
Binary 10010100 1110001 10110110 10011 100110 0 11101 100001110 100000 111010

Color Harmonies of #9471B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471B6

Black with #9471B6

Text Example


Text Example

White with #9471B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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