Html Css Color HEX #8F6EDC Medium Purple

📋 copy color: '#8F6EDC'

red 143 ◦ green 110 ◦ blue 220

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

Shades of Medium Purple #8F6EDC

Tints of Medium Purple #8F6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.26%

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 30.23%
G = 23.26%
B = 46.51%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F6EDC (or 0x8F6EDC) is known color: Medium Purple. HEX triplet: 8F, 6E and DC. RGB value is (143,110,220). Sum of RGB (Red+Green+Blue) = 143+110+220=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6EDC is #709123. Grayscale: #838383. Windows color (decimal): -7377188 or 14446223. OLE color: 14446223.

HSL color Cylindrical-coordinate representation of color #8F6EDC: hue angle of 258º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6EDC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 110 220 -
CMYK 0.35 0.50 0 0.14
HSL 258º 0.61% 0.65% -
HSV(B) 258º 0.5% 0.86% -
XYZ 29.82 22.16 70.42 -
YUV 132.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 143 110 220 0.35 0.50 0 0.14 258 0.61 0.65
Hex 8F 6E DC 23 32 0 E 102 3D 41
Octal 217 156 334 43 62 0 16 402 75 101
Binary 10001111 1101110 11011100 100011 110010 0 1110 100000010 111101 1000001

Color Harmonies of #8F6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6EDC

Black with #8F6EDC

Text Example


Text Example

White with #8F6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,110,220); }

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

background-color css

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

 a { background-color: rgb(143,110,220); }

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

border-color css

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

 span { border-color: rgb(143,110,220); }

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