Html Css Color HEX #9D7FD1 Medium Purple

📋 copy color: '#9D7FD1'

red 157 ◦ green 127 ◦ blue 209

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

Shades of Medium Purple #9D7FD1

Tints of Medium Purple #9D7FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 31.85%
G = 25.76%
B = 42.39%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9D7FD1 (or 0x9D7FD1) is known color: Medium Purple. HEX triplet: 9D, 7F and D1. RGB value is (157,127,209). Sum of RGB (Red+Green+Blue) = 157+127+209=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D7FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7FD1 is #62802E. Grayscale: #919191. Windows color (decimal): -6455343 or 13729693. OLE color: 13729693.

HSL color Cylindrical-coordinate representation of color #9D7FD1: hue angle of 261.95º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D7FD1 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 127 209 -
CMYK 0.25 0.39 0 0.18
HSL 261.95º 0.47% 0.66% -
HSV(B) 261.95º 0.39% 0.82% -
XYZ 33 26.95 63.78 -
YUV 145.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 157 127 209 0.25 0.39 0 0.18 261.95 0.47 0.66
Hex 9D 7F D1 19 27 0 12 106 2F 42
Octal 235 177 321 31 47 0 22 406 57 102
Binary 10011101 1111111 11010001 11001 100111 0 10010 100000110 101111 1000010

Color Harmonies of #9D7FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7FD1

Black with #9D7FD1

Text Example


Text Example

White with #9D7FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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