#8D69DE

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

Shades of Medium Purple #8D69DE

Tints of Medium Purple #8D69DE

Color information

#8D69DE (or 0x8D69DE) is unknown color: approx Medium Purple. HEX triplet: 8D, 69 and DE. RGB value is (141,105,222). Sum of RGB (Red+Green+Blue) = 141+105+222=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D69DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D69DE is #729621. Grayscale: #808080. Windows color (decimal): -7509538 or 14576013. OLE color: 14576013.

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

Color convert

RGB141105222-
CMYK0.360.5300.13
HSL258.46º63.93%64.12%-
HSV(B)258.46º52.7%87.06%-
XYZ29.2221.0471.63-
YUV129.1180.43136.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=30.13%
G=22.44%
B=47.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1411052220.360.5300.13258.4663.9364.12
Hex8D69DE24350D1024040
Octal2151513364465015402100100
Binary100011011101001110111101001001101010110110000001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D69DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,222); }

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

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

 a { background-color: rgb(141,105,222); }

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

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

 span { border-color: rgb(141,105,222); }

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