Html Css Color HEX #9D71DC Medium Purple

📋 copy color: '#9D71DC'

red 157 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #9D71DC

Tints of Medium Purple #9D71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 32.04%
G = 23.06%
B = 44.9%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D71DC (or 0x9D71DC) is known color: Medium Purple. HEX triplet: 9D, 71 and DC. RGB value is (157,113,220). Sum of RGB (Red+Green+Blue) = 157+113+220=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D71DC is #628E23. Grayscale: #898989. Windows color (decimal): -6458916 or 14447005. OLE color: 14447005.

HSL color Cylindrical-coordinate representation of color #9D71DC: hue angle of 264.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D71DC is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 113 220 -
CMYK 0.29 0.49 0 0.14
HSL 264.67º 0.6% 0.65% -
HSV(B) 264.67º 0.49% 0.86% -
XYZ 32.73 24.15 70.65 -
YUV 138.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 157 113 220 0.29 0.49 0 0.14 264.67 0.6 0.65
Hex 9D 71 DC 1D 31 0 E 109 3C 41
Octal 235 161 334 35 61 0 16 411 74 101
Binary 10011101 1110001 11011100 11101 110001 0 1110 100001001 111100 1000001

Color Harmonies of #9D71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D71DC

Black with #9D71DC

Text Example


Text Example

White with #9D71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,113,220); }

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

background-color css

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

 a { background-color: rgb(157,113,220); }

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

border-color css

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

 span { border-color: rgb(157,113,220); }

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