Html Css Color HEX #8A5EDD Medium Purple

📋 copy color: '#8A5EDD'

red 138 ◦ green 94 ◦ blue 221

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

Shades of Medium Purple #8A5EDD

Tints of Medium Purple #8A5EDD

RGB

 RED value IS 138 (54.3% from 255) = 30.46%

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

 BLUE value IS 221 (86.72% from 255) = 48.79%

R = 30.46%
G = 20.75%
B = 48.79%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A5EDD (or 0x8A5EDD) is known color: Medium Purple. HEX triplet: 8A, 5E and DD. RGB value is (138,94,221). Sum of RGB (Red+Green+Blue) = 138+94+221=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A5EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5EDD is #75A122. Grayscale: #797979. Windows color (decimal): -7708963 or 14507658. OLE color: 14507658.

HSL color Cylindrical-coordinate representation of color #8A5EDD: hue angle of 260.79º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A5EDD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 94 221 -
CMYK 0.38 0.57 0 0.13
HSL 260.79º 0.65% 0.62% -
HSV(B) 260.79º 0.57% 0.87% -
XYZ 27.54 18.63 70.55 -
YUV 121.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 138 94 221 0.38 0.57 0 0.13 260.79 0.65 0.62
Hex 8A 5E DD 26 39 0 D 105 41 3E
Octal 212 136 335 46 71 0 15 405 101 76
Binary 10001010 1011110 11011101 100110 111001 0 1101 100000101 1000001 111110

Color Harmonies of #8A5EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5EDD

Black with #8A5EDD

Text Example


Text Example

White with #8A5EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,221); }

 H1.HeaderClassName
 {
   color: #8A5EDD;
 }
 .AnyTagClassName
 {
   color: #8A5EDD;
 }
</style>

background-color css

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

 a { background-color: rgb(138,94,221); }

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

border-color css

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

 span { border-color: rgb(138,94,221); }

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