Html Css Color HEX #9582B4 Purple Mountain's Majesty

📋 copy color: '#9582B4'

red 149 ◦ green 130 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9582B4

Tints of Purple Mountain's Majesty #9582B4

RGB

 RED value IS 149 (58.59% from 255) = 32.46%

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

 BLUE value IS 180 (70.7% from 255) = 39.22%

R = 32.46%
G = 28.32%
B = 39.22%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9582B4 (or 0x9582B4) is known color: Purple Mountain's Majesty. HEX triplet: 95, 82 and B4. RGB value is (149,130,180). Sum of RGB (Red+Green+Blue) = 149+130+180=459 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.46% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #9582B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582B4 is #6A7D4B. Grayscale: #8D8D8D. Windows color (decimal): -6978892 or 11829909. OLE color: 11829909.

HSL color Cylindrical-coordinate representation of color #9582B4: hue angle of 262.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9582B4 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 130 180 -
CMYK 0.17 0.28 0 0.29
HSL 262.8º 0.25% 0.61% -
HSV(B) 262.8º 0.28% 0.71% -
XYZ 28.62 25.65 46.62 -
YUV 141.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 149 130 180 0.17 0.28 0 0.29 262.8 0.25 0.61
Hex 95 82 B4 11 1C 0 1D 107 19 3D
Octal 225 202 264 21 34 0 35 407 31 75
Binary 10010101 10000010 10110100 10001 11100 0 11101 100000111 11001 111101

Color Harmonies of #9582B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582B4

Black with #9582B4

Text Example


Text Example

White with #9582B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9582B4; }

 p { color: rgb(149,130,180); }

 H1.HeaderClassName
 {
   color: #9582B4;
 }
 .AnyTagClassName
 {
   color: #9582B4;
 }
</style>

background-color css

<style>
 a { background-color: #9582B4; }

 a { background-color: rgb(149,130,180); }

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

border-color css

<style>
 span { border-color: #9582B4; }

 span { border-color: rgb(149,130,180); }

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