Html Css Color HEX #8F70E6 Medium Purple

📋 copy color: '#8F70E6'

red 143 ◦ green 112 ◦ blue 230

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

Shades of Medium Purple #8F70E6

Tints of Medium Purple #8F70E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 29.48%
G = 23.09%
B = 47.42%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8F70E6 (or 0x8F70E6) is known color: Medium Purple. HEX triplet: 8F, 70 and E6. RGB value is (143,112,230). Sum of RGB (Red+Green+Blue) = 143+112+230=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F70E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70E6 is #708F19. Grayscale: #868686. Windows color (decimal): -7376666 or 15102095. OLE color: 15102095.

HSL color Cylindrical-coordinate representation of color #8F70E6: hue angle of 255.76º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F70E6 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 143 112 230 -
CMYK 0.38 0.51 0 0.10
HSL 255.76º 0.7% 0.67% -
HSV(B) 255.76º 0.51% 0.9% -
XYZ 31.4 23.14 77.67 -
YUV 134.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 143 112 230 0.38 0.51 0 0.10 255.76 0.7 0.67
Hex 8F 70 E6 26 33 0 A 100 46 43
Octal 217 160 346 46 63 0 12 400 106 103
Binary 10001111 1110000 11100110 100110 110011 0 1010 100000000 1000110 1000011

Color Harmonies of #8F70E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F70E6

Black with #8F70E6

Text Example


Text Example

White with #8F70E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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