Html Css Color HEX #8B5EDE Medium Purple

📋 copy color: '#8B5EDE'

red 139 ◦ green 94 ◦ blue 222

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

Shades of Medium Purple #8B5EDE

Tints of Medium Purple #8B5EDE

RGB

 RED value IS 139 (54.69% from 255) = 30.55%

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

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 30.55%
G = 20.66%
B = 48.79%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B5EDE (or 0x8B5EDE) is known color: Medium Purple. HEX triplet: 8B, 5E and DE. RGB value is (139,94,222). Sum of RGB (Red+Green+Blue) = 139+94+222=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5EDE is #74A121. Grayscale: #797979. Windows color (decimal): -7643426 or 14573195. OLE color: 14573195.

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

Color convert

RGB 139 94 222 -
CMYK 0.37 0.58 0 0.13
HSL 261.09º 0.66% 0.62% -
HSV(B) 261.09º 0.58% 0.87% -
XYZ 27.83 18.77 71.26 -
YUV 122.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 139 94 222 0.37 0.58 0 0.13 261.09 0.66 0.62
Hex 8B 5E DE 25 3A 0 D 105 42 3E
Octal 213 136 336 45 72 0 15 405 102 76
Binary 10001011 1011110 11011110 100101 111010 0 1101 100000101 1000010 111110

Color Harmonies of #8B5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5EDE

Black with #8B5EDE

Text Example


Text Example

White with #8B5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,222); }

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

background-color css

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

 a { background-color: rgb(139,94,222); }

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

border-color css

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

 span { border-color: rgb(139,94,222); }

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