Html Css Color HEX #8F7FDC Medium Purple

📋 copy color: '#8F7FDC'

red 143 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #8F7FDC

Tints of Medium Purple #8F7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.92%

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

R = 29.18%
G = 25.92%
B = 44.9%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F7FDC (or 0x8F7FDC) is known color: Medium Purple. HEX triplet: 8F, 7F and DC. RGB value is (143,127,220). Sum of RGB (Red+Green+Blue) = 143+127+220=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FDC is #708023. Grayscale: #8E8E8E. Windows color (decimal): -7372836 or 14450575. OLE color: 14450575.

HSL color Cylindrical-coordinate representation of color #8F7FDC: hue angle of 250.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F7FDC is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 127 220 -
CMYK 0.35 0.42 0 0.14
HSL 250.32º 0.57% 0.68% -
HSV(B) 250.32º 0.42% 0.86% -
XYZ 31.84 26.19 71.09 -
YUV 142.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 143 127 220 0.35 0.42 0 0.14 250.32 0.57 0.68
Hex 8F 7F DC 23 2A 0 E FA 39 44
Octal 217 177 334 43 52 0 16 372 71 104
Binary 10001111 1111111 11011100 100011 101010 0 1110 11111010 111001 1000100

Color Harmonies of #8F7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7FDC

Black with #8F7FDC

Text Example


Text Example

White with #8F7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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