Html Css Color HEX #8F7EDD Medium Purple

📋 copy color: '#8F7EDD'

red 143 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #8F7EDD

Tints of Medium Purple #8F7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.71%

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

R = 29.18%
G = 25.71%
B = 45.1%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F7EDD (or 0x8F7EDD) is known color: Medium Purple. HEX triplet: 8F, 7E and DD. RGB value is (143,126,221). Sum of RGB (Red+Green+Blue) = 143+126+221=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7EDD is #708122. Grayscale: #8D8D8D. Windows color (decimal): -7373091 or 14515855. OLE color: 14515855.

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

Color convert

RGB 143 126 221 -
CMYK 0.35 0.43 0 0.13
HSL 250.74º 0.58% 0.68% -
HSV(B) 250.74º 0.43% 0.87% -
XYZ 31.84 25.98 71.74 -
YUV 141.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 143 126 221 0.35 0.43 0 0.13 250.74 0.58 0.68
Hex 8F 7E DD 23 2B 0 D FB 3A 44
Octal 217 176 335 43 53 0 15 373 72 104
Binary 10001111 1111110 11011101 100011 101011 0 1101 11111011 111010 1000100

Color Harmonies of #8F7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7EDD

Black with #8F7EDD

Text Example


Text Example

White with #8F7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,221); }

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

background-color css

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

 a { background-color: rgb(143,126,221); }

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

border-color css

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

 span { border-color: rgb(143,126,221); }

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