Html Css Color HEX #8D57F1 Medium Slate Blue

📋 copy color: '#8D57F1'

red 141 ◦ green 87 ◦ blue 241

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

Shades of Medium Slate Blue #8D57F1

Tints of Medium Slate Blue #8D57F1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.55%

 BLUE value IS 241 (94.53% from 255) = 51.39%

R = 30.06%
G = 18.55%
B = 51.39%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8D57F1 (or 0x8D57F1) is known color: Medium Slate Blue. HEX triplet: 8D, 57 and F1. RGB value is (141,87,241). Sum of RGB (Red+Green+Blue) = 141+87+241=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D57F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D57F1 is #72A80E. Grayscale: #787878. Windows color (decimal): -7514127 or 15816589. OLE color: 15816589.

HSL color Cylindrical-coordinate representation of color #8D57F1: hue angle of 261.04º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D57F1 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 87 241 -
CMYK 0.41 0.64 0 0.05
HSL 261.04º 0.85% 0.64% -
HSV(B) 261.04º 0.64% 0.95% -
XYZ 30.27 18.83 85.26 -
YUV 120.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 141 87 241 0.41 0.64 0 0.05 261.04 0.85 0.64
Hex 8D 57 F1 29 40 0 5 105 55 40
Octal 215 127 361 51 100 0 5 405 125 100
Binary 10001101 1010111 11110001 101001 1000000 0 101 100000101 1010101 1000000

Color Harmonies of #8D57F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D57F1

Black with #8D57F1

Text Example


Text Example

White with #8D57F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,87,241); }

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

background-color css

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

 a { background-color: rgb(141,87,241); }

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

border-color css

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

 span { border-color: rgb(141,87,241); }

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