#8D62DC

Color #8D62DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8D62DC

Tints of Medium Purple #8D62DC

Color information

#8D62DC (or 0x8D62DC) is unknown color: approx Medium Purple. HEX triplet: 8D, 62 and DC. RGB value is (141,98,220). Sum of RGB (Red+Green+Blue) = 141+98+220=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D62DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62DC is #729D23. Grayscale: #7C7C7C. Windows color (decimal): -7511332 or 14443149. OLE color: 14443149.

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

Color convert

RGB14198220-
CMYK0.360.5500.14
HSL261.15º63.54%62.35%-
HSV(B)261.15º55.45%86.27%-
XYZ28.2719.5770-
YUV124.76181.75139.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 98 (38.67% from 255) = 21.35%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=30.72%
G=21.35%
B=47.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal141982200.360.5500.14261.1563.5462.35
Hex8D62DC24370E105403e
Octal215142334446701640510076
Binary10001101110001011011100100100110111011101000001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D62DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D62DC;
 }
 .AnyTagClassName
 {
   color: #8D62DC;
 }
</style>
background-color css

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

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

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

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

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

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