#8650DE

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

Shades of Medium Purple #8650DE

Tints of Medium Purple #8650DE

Color information

#8650DE (or 0x8650DE) is unknown color: approx Medium Purple. HEX triplet: 86, 50 and DE. RGB value is (134,80,222). Sum of RGB (Red+Green+Blue) = 134+80+222=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #8650DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8650DE is #79AF21. Grayscale: #6F6F6F. Windows color (decimal): -7974690 or 14569606. OLE color: 14569606.

HSL color Cylindrical-coordinate representation of color #8650DE: hue angle of 262.82º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8650DE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13480222-
CMYK0.400.6400.13
HSL262.82º68.27%59.22%-
HSV(B)262.82º63.96%87.06%-
XYZ25.8816.0870.85-
YUV112.33189.89143.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=30.73%
G=18.35%
B=50.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134802220.400.6400.13262.8268.2759.22
Hex8650DE28400D107443b
Octal2061203365010001540710473
Binary100001101010000110111101010001000000011011000001111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8650DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8650DE; }

 p { color: rgb(134,80,222); }

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

<style>
 a { background-color: #8650DE; }

 a { background-color: rgb(134,80,222); }

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

<style>
 span { border-color: #8650DE; }

 span { border-color: rgb(134,80,222); }

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