Html Css Color HEX #9D7FD6 Medium Purple

📋 copy color: '#9D7FD6'

red 157 ◦ green 127 ◦ blue 214

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

Shades of Medium Purple #9D7FD6

Tints of Medium Purple #9D7FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

 BLUE value IS 214 (83.98% from 255) = 42.97%

R = 31.53%
G = 25.5%
B = 42.97%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9D7FD6 (or 0x9D7FD6) is known color: Medium Purple. HEX triplet: 9D, 7F and D6. RGB value is (157,127,214). Sum of RGB (Red+Green+Blue) = 157+127+214=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D7FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FD6 is #628029. Grayscale: #919191. Windows color (decimal): -6455338 or 14057373. OLE color: 14057373.

HSL color Cylindrical-coordinate representation of color #9D7FD6: hue angle of 260.69º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D7FD6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 127 214 -
CMYK 0.27 0.41 0 0.16
HSL 260.69º 0.51% 0.67% -
HSV(B) 260.69º 0.41% 0.84% -
XYZ 33.63 27.2 67.1 -
YUV 145.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 157 127 214 0.27 0.41 0 0.16 260.69 0.51 0.67
Hex 9D 7F D6 1B 29 0 10 105 33 43
Octal 235 177 326 33 51 0 20 405 63 103
Binary 10011101 1111111 11010110 11011 101001 0 10000 100000101 110011 1000011

Color Harmonies of #9D7FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7FD6

Black with #9D7FD6

Text Example


Text Example

White with #9D7FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,127,214); }

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

background-color css

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

 a { background-color: rgb(157,127,214); }

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

border-color css

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

 span { border-color: rgb(157,127,214); }

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