Html Css Color HEX #8D61DD Medium Purple

📋 copy color: '#8D61DD'

red 141 ◦ green 97 ◦ blue 221

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

Shades of Medium Purple #8D61DD

Tints of Medium Purple #8D61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.13%

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

R = 30.72%
G = 21.13%
B = 48.15%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D61DD (or 0x8D61DD) is known color: Medium Purple. HEX triplet: 8D, 61 and DD. RGB value is (141,97,221). Sum of RGB (Red+Green+Blue) = 141+97+221=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D61DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D61DD is #729E22. Grayscale: #7B7B7B. Windows color (decimal): -7511587 or 14508429. OLE color: 14508429.

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

Color convert

RGB 141 97 221 -
CMYK 0.36 0.56 0 0.13
HSL 261.29º 0.65% 0.62% -
HSV(B) 261.29º 0.56% 0.87% -
XYZ 28.31 19.43 70.67 -
YUV 124.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 141 97 221 0.36 0.56 0 0.13 261.29 0.65 0.62
Hex 8D 61 DD 24 38 0 D 105 41 3E
Octal 215 141 335 44 70 0 15 405 101 76
Binary 10001101 1100001 11011101 100100 111000 0 1101 100000101 1000001 111110

Color Harmonies of #8D61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D61DD

Black with #8D61DD

Text Example


Text Example

White with #8D61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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