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

📋 copy color: '#9471BB'

red 148 ◦ green 113 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9471BB

Tints of Purple Mountain's Majesty #9471BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.74%

R = 33.04%
G = 25.22%
B = 41.74%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9471BB (or 0x9471BB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 71 and BB. RGB value is (148,113,187). Sum of RGB (Red+Green+Blue) = 148+113+187=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #9471BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471BB is #6B8E44. Grayscale: #838383. Windows color (decimal): -7048773 or 12284308. OLE color: 12284308.

HSL color Cylindrical-coordinate representation of color #9471BB: hue angle of 268.38º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9471BB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 113 187 -
CMYK 0.21 0.40 0 0.27
HSL 268.38º 0.35% 0.59% -
HSV(B) 268.38º 0.4% 0.73% -
XYZ 27.09 21.69 49.77 -
YUV 131.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 148 113 187 0.21 0.40 0 0.27 268.38 0.35 0.59
Hex 94 71 BB 15 28 0 1B 10C 23 3B
Octal 224 161 273 25 50 0 33 414 43 73
Binary 10010100 1110001 10111011 10101 101000 0 11011 100001100 100011 111011

Color Harmonies of #9471BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9471BB

Black with #9471BB

Text Example


Text Example

White with #9471BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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