Html Css Color HEX #8D73DC Medium Purple

📋 copy color: '#8D73DC'

red 141 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #8D73DC

Tints of Medium Purple #8D73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

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

R = 29.62%
G = 24.16%
B = 46.22%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D73DC (or 0x8D73DC) is known color: Medium Purple. HEX triplet: 8D, 73 and DC. RGB value is (141,115,220). Sum of RGB (Red+Green+Blue) = 141+115+220=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D73DC is #728C23. Grayscale: #868686. Windows color (decimal): -7506980 or 14447501. OLE color: 14447501.

HSL color Cylindrical-coordinate representation of color #8D73DC: hue angle of 254.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D73DC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 115 220 -
CMYK 0.36 0.48 0 0.14
HSL 254.86º 0.6% 0.66% -
HSV(B) 254.86º 0.48% 0.86% -
XYZ 30.03 23.09 70.58 -
YUV 134.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 141 115 220 0.36 0.48 0 0.14 254.86 0.6 0.66
Hex 8D 73 DC 24 30 0 E FF 3C 42
Octal 215 163 334 44 60 0 16 377 74 102
Binary 10001101 1110011 11011100 100100 110000 0 1110 11111111 111100 1000010

Color Harmonies of #8D73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D73DC

Black with #8D73DC

Text Example


Text Example

White with #8D73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,115,220); }

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

background-color css

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

 a { background-color: rgb(141,115,220); }

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

border-color css

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

 span { border-color: rgb(141,115,220); }

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