Html Css Color HEX #8F70DC Medium Purple

📋 copy color: '#8F70DC'

red 143 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #8F70DC

Tints of Medium Purple #8F70DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 30.11%
G = 23.58%
B = 46.32%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F70DC (or 0x8F70DC) is known color: Medium Purple. HEX triplet: 8F, 70 and DC. RGB value is (143,112,220). Sum of RGB (Red+Green+Blue) = 143+112+220=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70DC is #708F23. Grayscale: #858585. Windows color (decimal): -7376676 or 14446735. OLE color: 14446735.

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

Color convert

RGB 143 112 220 -
CMYK 0.35 0.49 0 0.14
HSL 257.22º 0.61% 0.65% -
HSV(B) 257.22º 0.49% 0.86% -
XYZ 30.04 22.6 70.49 -
YUV 133.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 143 112 220 0.35 0.49 0 0.14 257.22 0.61 0.65
Hex 8F 70 DC 23 31 0 E 101 3D 41
Octal 217 160 334 43 61 0 16 401 75 101
Binary 10001111 1110000 11011100 100011 110001 0 1110 100000001 111101 1000001

Color Harmonies of #8F70DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70DC

Black with #8F70DC

Text Example


Text Example

White with #8F70DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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