Html Css Color HEX #9475BA Purple Mountain's Majesty

📋 copy color: '#9475BA'

red 148 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9475BA

Tints of Purple Mountain's Majesty #9475BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

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

R = 32.82%
G = 25.94%
B = 41.24%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9475BA (or 0x9475BA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 75 and BA. RGB value is (148,117,186). Sum of RGB (Red+Green+Blue) = 148+117+186=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9475BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475BA is #6B8A45. Grayscale: #858585. Windows color (decimal): -7047750 or 12219796. OLE color: 12219796.

HSL color Cylindrical-coordinate representation of color #9475BA: hue angle of 266.96º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9475BA is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 117 186 -
CMYK 0.20 0.37 0 0.27
HSL 266.96º 0.33% 0.59% -
HSV(B) 266.96º 0.37% 0.73% -
XYZ 27.44 22.56 49.36 -
YUV 134.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 148 117 186 0.20 0.37 0 0.27 266.96 0.33 0.59
Hex 94 75 BA 14 25 0 1B 10B 21 3B
Octal 224 165 272 24 45 0 33 413 41 73
Binary 10010100 1110101 10111010 10100 100101 0 11011 100001011 100001 111011

Color Harmonies of #9475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475BA

Black with #9475BA

Text Example


Text Example

White with #9475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9475BA; }

 p { color: rgb(148,117,186); }

 H1.HeaderClassName
 {
   color: #9475BA;
 }
 .AnyTagClassName
 {
   color: #9475BA;
 }
</style>

background-color css

<style>
 a { background-color: #9475BA; }

 a { background-color: rgb(148,117,186); }

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

border-color css

<style>
 span { border-color: #9475BA; }

 span { border-color: rgb(148,117,186); }

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