#8562DE

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

Shades of Medium Purple #8562DE

Tints of Medium Purple #8562DE

Color information

#8562DE (or 0x8562DE) is unknown color: approx Medium Purple. HEX triplet: 85, 62 and DE. RGB value is (133,98,222). Sum of RGB (Red+Green+Blue) = 133+98+222=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #8562DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562DE is #7A9D21. Grayscale: #7A7A7A. Windows color (decimal): -8035618 or 14574213. OLE color: 14574213.

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

Color convert

RGB13398222-
CMYK0.400.5600.13
HSL256.94º65.26%62.75%-
HSV(B)256.94º55.86%87.06%-
XYZ27.231971.34-
YUV122.6184.1135.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=29.36%
G=21.63%
B=49.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133982220.400.5600.13256.9465.2662.75
Hex8562DE28380D101413f
Octal205142336507001540110177
Binary10000101110001011011110101000111000011011000000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8562DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,98,222); }

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

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

 a { background-color: rgb(133,98,222); }

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

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

 span { border-color: rgb(133,98,222); }

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