#815ED5

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

Shades of Medium Purple #815ED5

Tints of Medium Purple #815ED5

Color information

#815ED5 (or 0x815ED5) is unknown color: approx Medium Purple. HEX triplet: 81, 5E and D5. RGB value is (129,94,213). Sum of RGB (Red+Green+Blue) = 129+94+213=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #815ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ED5 is #7EA12A. Grayscale: #757575. Windows color (decimal): -8298795 or 13983361. OLE color: 13983361.

HSL color Cylindrical-coordinate representation of color #815ED5: hue angle of 257.65º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #815ED5 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12994213-
CMYK0.390.5600.16
HSL257.65º58.62%60.2%-
HSV(B)257.65º55.87%83.53%-
XYZ25.0717.4865-
YUV118.03181.6135.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.59%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 213 (83.59% from 255) = 48.85%
R=29.59%
G=21.56%
B=48.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal129942130.390.5600.16257.6558.6260.2
Hex815ED527380101023b3c
Octal20113632547700204027374
Binary10000001101111011010101100111111000010000100000010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815ED5; }

 p { color: rgb(129,94,213); }

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

<style>
 a { background-color: #815ED5; }

 a { background-color: rgb(129,94,213); }

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

<style>
 span { border-color: #815ED5; }

 span { border-color: rgb(129,94,213); }

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