Html Css Color HEX #815EDA Medium Purple

📋 copy color: '#815EDA'

red 129 ◦ green 94 ◦ blue 218

#815EDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #815EDA

Tints of Medium Purple #815EDA

RGB

 RED value IS 129 (50.78% from 255) = 29.25%

 GREEN value IS 94 (37.11% from 255) = 21.32%

 BLUE value IS 218 (85.55% from 255) = 49.43%

R = 29.25%
G = 21.32%
B = 49.43%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#815EDA (or 0x815EDA) is known color: Medium Purple. HEX triplet: 81, 5E and DA. RGB value is (129,94,218). Sum of RGB (Red+Green+Blue) = 129+94+218=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #815EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815EDA is #7EA125. Grayscale: #767676. Windows color (decimal): -8298790 or 14311041. OLE color: 14311041.

HSL color Cylindrical-coordinate representation of color #815EDA: hue angle of 256.94º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815EDA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 94 218 -
CMYK 0.41 0.57 0 0.15
HSL 256.94º 0.63% 0.61% -
HSV(B) 256.94º 0.57% 0.85% -
XYZ 25.71 17.73 68.4 -
YUV 118.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 129 94 218 0.41 0.57 0 0.15 256.94 0.63 0.61
Hex 81 5E DA 29 39 0 F 101 3F 3D
Octal 201 136 332 51 71 0 17 401 77 75
Binary 10000001 1011110 11011010 101001 111001 0 1111 100000001 111111 111101

Color Harmonies of #815EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815EDA

Black with #815EDA

Text Example


Text Example

White with #815EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #815EDA;
 }
 .AnyTagClassName
 {
   color: #815EDA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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