Html Css Color HEX #8F55ED Medium Purple

📋 copy color: '#8F55ED'

red 143 ◦ green 85 ◦ blue 237

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

Shades of Medium Purple #8F55ED

Tints of Medium Purple #8F55ED

RGB

 RED value IS 143 (56.25% from 255) = 30.75%

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 30.75%
G = 18.28%
B = 50.97%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F55ED (or 0x8F55ED) is known color: Medium Purple. HEX triplet: 8F, 55 and ED. RGB value is (143,85,237). Sum of RGB (Red+Green+Blue) = 143+85+237=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55ED is #70AA12. Grayscale: #777777. Windows color (decimal): -7383571 or 15553935. OLE color: 15553935.

HSL color Cylindrical-coordinate representation of color #8F55ED: hue angle of 262.89º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F55ED is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 85 237 -
CMYK 0.40 0.64 0 0.07
HSL 262.89º 0.81% 0.63% -
HSV(B) 262.89º 0.64% 0.93% -
XYZ 29.86 18.45 82.11 -
YUV 119.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 143 85 237 0.40 0.64 0 0.07 262.89 0.81 0.63
Hex 8F 55 ED 28 40 0 7 107 51 3F
Octal 217 125 355 50 100 0 7 407 121 77
Binary 10001111 1010101 11101101 101000 1000000 0 111 100000111 1010001 111111

Color Harmonies of #8F55ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F55ED

Black with #8F55ED

Text Example


Text Example

White with #8F55ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,85,237); }

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

background-color css

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

 a { background-color: rgb(143,85,237); }

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

border-color css

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

 span { border-color: rgb(143,85,237); }

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