#8D62DB

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

Shades of Medium Purple #8D62DB

Tints of Medium Purple #8D62DB

Color information

#8D62DB (or 0x8D62DB) is unknown color: approx Medium Purple. HEX triplet: 8D, 62 and DB. RGB value is (141,98,219). Sum of RGB (Red+Green+Blue) = 141+98+219=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D62DB is #729D24. Grayscale: #7C7C7C. Windows color (decimal): -7511333 or 14377613. OLE color: 14377613.

HSL color Cylindrical-coordinate representation of color #8D62DB: hue angle of 261.32º degrees, saturation: 0.63, 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 #8D62DB is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14198219-
CMYK0.360.5500.14
HSL261.32º62.69%62.16%-
HSV(B)261.32º55.25%85.88%-
XYZ28.1419.5169.3-
YUV124.65181.25139.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 98 (38.67% from 255) = 21.40%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=30.79%
G=21.40%
B=47.82%

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
Decimal141982190.360.5500.14261.3262.6962.16
Hex8D62DB24370E1053f3e
Octal21514233344670164057776
Binary1000110111000101101101110010011011101110100000101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D62DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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