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

📋 copy color: '#9D80BE'

red 157 ◦ green 128 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9D80BE

Tints of Purple Mountain's Majesty #9D80BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 33.05%
G = 26.95%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D80BE (or 0x9D80BE) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 80 and BE. RGB value is (157,128,190). Sum of RGB (Red+Green+Blue) = 157+128+190=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D80BE is #627F41. Grayscale: #8F8F8F. Windows color (decimal): -6455106 or 12484765. OLE color: 12484765.

HSL color Cylindrical-coordinate representation of color #9D80BE: hue angle of 268.06º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D80BE is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 128 190 -
CMYK 0.17 0.33 0 0.25
HSL 268.06º 0.32% 0.62% -
HSV(B) 268.06º 0.33% 0.75% -
XYZ 30.92 26.32 52.17 -
YUV 143.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 157 128 190 0.17 0.33 0 0.25 268.06 0.32 0.62
Hex 9D 80 BE 11 21 0 19 10C 20 3E
Octal 235 200 276 21 41 0 31 414 40 76
Binary 10011101 10000000 10111110 10001 100001 0 11001 100001100 100000 111110

Color Harmonies of #9D80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D80BE

Black with #9D80BE

Text Example


Text Example

White with #9D80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,128,190); }

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

background-color css

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

 a { background-color: rgb(157,128,190); }

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

border-color css

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

 span { border-color: rgb(157,128,190); }

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