Html Css Color HEX #9D7EDF Medium Purple

📋 copy color: '#9D7EDF'

red 157 ◦ green 126 ◦ blue 223

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

Shades of Medium Purple #9D7EDF

Tints of Medium Purple #9D7EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.9%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 31.03%
G = 24.9%
B = 44.07%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D7EDF (or 0x9D7EDF) is known color: Medium Purple. HEX triplet: 9D, 7E and DF. RGB value is (157,126,223). Sum of RGB (Red+Green+Blue) = 157+126+223=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D7EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7EDF is #628120. Grayscale: #919191. Windows color (decimal): -6455585 or 14646941. OLE color: 14646941.

HSL color Cylindrical-coordinate representation of color #9D7EDF: hue angle of 259.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D7EDF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 126 223 -
CMYK 0.30 0.43 0 0.13
HSL 259.18º 0.6% 0.68% -
HSV(B) 259.18º 0.43% 0.87% -
XYZ 34.68 27.42 73.28 -
YUV 146.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 157 126 223 0.30 0.43 0 0.13 259.18 0.6 0.68
Hex 9D 7E DF 1E 2B 0 D 103 3C 44
Octal 235 176 337 36 53 0 15 403 74 104
Binary 10011101 1111110 11011111 11110 101011 0 1101 100000011 111100 1000100

Color Harmonies of #9D7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7EDF

Black with #9D7EDF

Text Example


Text Example

White with #9D7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,126,223); }

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

background-color css

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

 a { background-color: rgb(157,126,223); }

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

border-color css

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

 span { border-color: rgb(157,126,223); }

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