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

📋 copy color: '#9D7ABE'

red 157 ◦ green 122 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9D7ABE

Tints of Purple Mountain's Majesty #9D7ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.01%

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

R = 33.48%
G = 26.01%
B = 40.51%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D7ABE (or 0x9D7ABE) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7A and BE. RGB value is (157,122,190). Sum of RGB (Red+Green+Blue) = 157+122+190=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7ABE is #628541. Grayscale: #8B8B8B. Windows color (decimal): -6456642 or 12483229. OLE color: 12483229.

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

Color convert

RGB 157 122 190 -
CMYK 0.17 0.36 0 0.25
HSL 270.88º 0.34% 0.61% -
HSV(B) 270.88º 0.36% 0.75% -
XYZ 30.16 24.8 51.91 -
YUV 140.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 157 122 190 0.17 0.36 0 0.25 270.88 0.34 0.61
Hex 9D 7A BE 11 24 0 19 10F 22 3D
Octal 235 172 276 21 44 0 31 417 42 75
Binary 10011101 1111010 10111110 10001 100100 0 11001 100001111 100010 111101

Color Harmonies of #9D7ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7ABE

Black with #9D7ABE

Text Example


Text Example

White with #9D7ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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