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

📋 copy color: '#9D70B6'

red 157 ◦ green 112 ◦ blue 182

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

Shades of Purple Mountain's Majesty #9D70B6

Tints of Purple Mountain's Majesty #9D70B6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.83%

 BLUE value IS 182 (71.48% from 255) = 40.35%

R = 34.81%
G = 24.83%
B = 40.35%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D70B6 (or 0x9D70B6) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 70 and B6. RGB value is (157,112,182). Sum of RGB (Red+Green+Blue) = 157+112+182=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #9D70B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D70B6 is #628F49. Grayscale: #858585. Windows color (decimal): -6459210 or 11956381. OLE color: 11956381.

HSL color Cylindrical-coordinate representation of color #9D70B6: hue angle of 278.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D70B6 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 112 182 -
CMYK 0.14 0.38 0 0.29
HSL 278.57º 0.32% 0.58% -
HSV(B) 278.57º 0.38% 0.71% -
XYZ 28.14 22.13 47.04 -
YUV 133.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 157 112 182 0.14 0.38 0 0.29 278.57 0.32 0.58
Hex 9D 70 B6 E 26 0 1D 117 20 3A
Octal 235 160 266 16 46 0 35 427 40 72
Binary 10011101 1110000 10110110 1110 100110 0 11101 100010111 100000 111010

Color Harmonies of #9D70B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D70B6

Black with #9D70B6

Text Example


Text Example

White with #9D70B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,112,182); }

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

background-color css

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

 a { background-color: rgb(157,112,182); }

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

border-color css

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

 span { border-color: rgb(157,112,182); }

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