Html Css Color HEX #9D82BA Purple Mountain's Majesty

📋 copy color: '#9D82BA'

red 157 ◦ green 130 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9D82BA

Tints of Purple Mountain's Majesty #9D82BA

RGB

 RED value IS 157 (61.72% from 255) = 33.19%

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

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

R = 33.19%
G = 27.48%
B = 39.32%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D82BA (or 0x9D82BA) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 82 and BA. RGB value is (157,130,186). Sum of RGB (Red+Green+Blue) = 157+130+186=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82BA is #627D45. Grayscale: #909090. Windows color (decimal): -6454598 or 12223133. OLE color: 12223133.

HSL color Cylindrical-coordinate representation of color #9D82BA: hue angle of 268.93º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D82BA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 130 186 -
CMYK 0.16 0.30 0 0.27
HSL 268.93º 0.29% 0.62% -
HSV(B) 268.93º 0.3% 0.73% -
XYZ 30.75 26.68 49.98 -
YUV 144.46 151.45 136.95 -
System Red Green Blue C M Y K H S L
Decimal 157 130 186 0.16 0.30 0 0.27 268.93 0.29 0.62
Hex 9D 82 BA 10 1E 0 1B 10D 1D 3E
Octal 235 202 272 20 36 0 33 415 35 76
Binary 10011101 10000010 10111010 10000 11110 0 11011 100001101 11101 111110

Color Harmonies of #9D82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D82BA

Black with #9D82BA

Text Example


Text Example

White with #9D82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D82BA; }

 p { color: rgb(157,130,186); }

 H1.HeaderClassName
 {
   color: #9D82BA;
 }
 .AnyTagClassName
 {
   color: #9D82BA;
 }
</style>

background-color css

<style>
 a { background-color: #9D82BA; }

 a { background-color: rgb(157,130,186); }

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

border-color css

<style>
 span { border-color: #9D82BA; }

 span { border-color: rgb(157,130,186); }

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