Html Css Color HEX #8D5AEB Medium Purple

📋 copy color: '#8D5AEB'

red 141 ◦ green 90 ◦ blue 235

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

Shades of Medium Purple #8D5AEB

Tints of Medium Purple #8D5AEB

RGB

 RED value IS 141 (55.47% from 255) = 30.26%

 GREEN value IS 90 (35.55% from 255) = 19.31%

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 30.26%
G = 19.31%
B = 50.43%

CMYK

 C value IS 0.4

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D5AEB (or 0x8D5AEB) is known color: Medium Purple. HEX triplet: 8D, 5A and EB. RGB value is (141,90,235). Sum of RGB (Red+Green+Blue) = 141+90+235=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D5AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5AEB is #72A514. Grayscale: #797979. Windows color (decimal): -7513365 or 15424141. OLE color: 15424141.

HSL color Cylindrical-coordinate representation of color #8D5AEB: hue angle of 261.1º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5AEB is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 90 235 -
CMYK 0.4 0.62 0 0.08
HSL 261.1º 0.78% 0.64% -
HSV(B) 261.1º 0.62% 0.92% -
XYZ 29.64 18.97 80.7 -
YUV 121.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 141 90 235 0.4 0.62 0 0.08 261.1 0.78 0.64
Hex 8D 5A EB 28 3E 0 8 105 4E 40
Octal 215 132 353 50 76 0 10 405 116 100
Binary 10001101 1011010 11101011 101000 111110 0 1000 100000101 1001110 1000000

Color Harmonies of #8D5AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5AEB

Black with #8D5AEB

Text Example


Text Example

White with #8D5AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,90,235); }

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

background-color css

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

 a { background-color: rgb(141,90,235); }

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

border-color css

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

 span { border-color: rgb(141,90,235); }

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