Html Css Color HEX #8D71DD Medium Purple

📋 copy color: '#8D71DD'

red 141 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #8D71DD

Tints of Medium Purple #8D71DD

RGB

 RED value IS 141 (55.47% from 255) = 29.68%

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 29.68%
G = 23.79%
B = 46.53%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D71DD (or 0x8D71DD) is known color: Medium Purple. HEX triplet: 8D, 71 and DD. RGB value is (141,113,221). Sum of RGB (Red+Green+Blue) = 141+113+221=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D71DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71DD is #728E22. Grayscale: #858585. Windows color (decimal): -7507491 or 14512525. OLE color: 14512525.

HSL color Cylindrical-coordinate representation of color #8D71DD: hue angle of 255.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D71DD is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 113 221 -
CMYK 0.36 0.49 0 0.13
HSL 255.56º 0.61% 0.65% -
HSV(B) 255.56º 0.49% 0.87% -
XYZ 29.94 22.69 71.21 -
YUV 133.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 141 113 221 0.36 0.49 0 0.13 255.56 0.61 0.65
Hex 8D 71 DD 24 31 0 D 100 3D 41
Octal 215 161 335 44 61 0 15 400 75 101
Binary 10001101 1110001 11011101 100100 110001 0 1101 100000000 111101 1000001

Color Harmonies of #8D71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D71DD

Black with #8D71DD

Text Example


Text Example

White with #8D71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D71DD; }

 p { color: rgb(141,113,221); }

 H1.HeaderClassName
 {
   color: #8D71DD;
 }
 .AnyTagClassName
 {
   color: #8D71DD;
 }
</style>

background-color css

<style>
 a { background-color: #8D71DD; }

 a { background-color: rgb(141,113,221); }

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

border-color css

<style>
 span { border-color: #8D71DD; }

 span { border-color: rgb(141,113,221); }

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