Html Css Color HEX #9482B3 Purple Mountain's Majesty

📋 copy color: '#9482B3'

red 148 ◦ green 130 ◦ blue 179

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

Shades of Purple Mountain's Majesty #9482B3

Tints of Purple Mountain's Majesty #9482B3

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

 BLUE value IS 179 (70.31% from 255) = 39.17%

R = 32.39%
G = 28.45%
B = 39.17%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9482B3 (or 0x9482B3) is known color: Purple Mountain's Majesty. HEX triplet: 94, 82 and B3. RGB value is (148,130,179). Sum of RGB (Red+Green+Blue) = 148+130+179=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #9482B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482B3 is #6B7D4C. Grayscale: #8C8C8C. Windows color (decimal): -7044429 or 11764372. OLE color: 11764372.

HSL color Cylindrical-coordinate representation of color #9482B3: hue angle of 262.04º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9482B3 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 148 130 179 -
CMYK 0.17 0.27 0 0.30
HSL 262.04º 0.24% 0.61% -
HSV(B) 262.04º 0.27% 0.7% -
XYZ 28.33 25.52 46.08 -
YUV 140.97 149.46 133.02 -
System Red Green Blue C M Y K H S L
Decimal 148 130 179 0.17 0.27 0 0.30 262.04 0.24 0.61
Hex 94 82 B3 11 1B 0 1E 106 18 3D
Octal 224 202 263 21 33 0 36 406 30 75
Binary 10010100 10000010 10110011 10001 11011 0 11110 100000110 11000 111101

Color Harmonies of #9482B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9482B3

Black with #9482B3

Text Example


Text Example

White with #9482B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9482B3; }

 p { color: rgb(148,130,179); }

 H1.HeaderClassName
 {
   color: #9482B3;
 }
 .AnyTagClassName
 {
   color: #9482B3;
 }
</style>

background-color css

<style>
 a { background-color: #9482B3; }

 a { background-color: rgb(148,130,179); }

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

border-color css

<style>
 span { border-color: #9482B3; }

 span { border-color: rgb(148,130,179); }

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