Html Css Color HEX #9480B2 Purple Mountain's Majesty

📋 copy color: '#9480B2'

red 148 ◦ green 128 ◦ blue 178

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

Shades of Purple Mountain's Majesty #9480B2

Tints of Purple Mountain's Majesty #9480B2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 32.6%
G = 28.19%
B = 39.21%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9480B2 (or 0x9480B2) is known color: Purple Mountain's Majesty. HEX triplet: 94, 80 and B2. RGB value is (148,128,178). Sum of RGB (Red+Green+Blue) = 148+128+178=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 178 - color contains mainly: blue. Hex color #9480B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9480B2 is #6B7F4D. Grayscale: #8B8B8B. Windows color (decimal): -7044942 or 11698324. OLE color: 11698324.

HSL color Cylindrical-coordinate representation of color #9480B2: hue angle of 264º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9480B2 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 128 178 -
CMYK 0.17 0.28 0 0.30
HSL 264º 0.25% 0.6% -
HSV(B) 264º 0.28% 0.7% -
XYZ 27.97 24.95 45.46 -
YUV 139.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 148 128 178 0.17 0.28 0 0.30 264 0.25 0.6
Hex 94 80 B2 11 1C 0 1E 108 19 3C
Octal 224 200 262 21 34 0 36 410 31 74
Binary 10010100 10000000 10110010 10001 11100 0 11110 100001000 11001 111100

Color Harmonies of #9480B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480B2

Black with #9480B2

Text Example


Text Example

White with #9480B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9480B2; }

 p { color: rgb(148,128,178); }

 H1.HeaderClassName
 {
   color: #9480B2;
 }
 .AnyTagClassName
 {
   color: #9480B2;
 }
</style>

background-color css

<style>
 a { background-color: #9480B2; }

 a { background-color: rgb(148,128,178); }

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

border-color css

<style>
 span { border-color: #9480B2; }

 span { border-color: rgb(148,128,178); }

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