Html Css Color HEX #8D66DC Medium Purple

📋 copy color: '#8D66DC'

red 141 ◦ green 102 ◦ blue 220

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

Shades of Medium Purple #8D66DC

Tints of Medium Purple #8D66DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.03%

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

R = 30.45%
G = 22.03%
B = 47.52%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D66DC (or 0x8D66DC) is known color: Medium Purple. HEX triplet: 8D, 66 and DC. RGB value is (141,102,220). Sum of RGB (Red+Green+Blue) = 141+102+220=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D66DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D66DC is #729923. Grayscale: #7E7E7E. Windows color (decimal): -7510308 or 14444173. OLE color: 14444173.

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

Color convert

RGB 141 102 220 -
CMYK 0.36 0.54 0 0.14
HSL 259.83º 0.63% 0.63% -
HSV(B) 259.83º 0.54% 0.86% -
XYZ 28.65 20.33 70.12 -
YUV 127.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 141 102 220 0.36 0.54 0 0.14 259.83 0.63 0.63
Hex 8D 66 DC 24 36 0 E 104 3F 3F
Octal 215 146 334 44 66 0 16 404 77 77
Binary 10001101 1100110 11011100 100100 110110 0 1110 100000100 111111 111111

Color Harmonies of #8D66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D66DC

Black with #8D66DC

Text Example


Text Example

White with #8D66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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