Html Css Color HEX #8F5BDC Medium Purple

📋 copy color: '#8F5BDC'

red 143 ◦ green 91 ◦ blue 220

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

Shades of Medium Purple #8F5BDC

Tints of Medium Purple #8F5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.04%

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

R = 31.5%
G = 20.04%
B = 48.46%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F5BDC (or 0x8F5BDC) is known color: Medium Purple. HEX triplet: 8F, 5B and DC. RGB value is (143,91,220). Sum of RGB (Red+Green+Blue) = 143+91+220=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F5BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BDC is #70A423. Grayscale: #787878. Windows color (decimal): -7382052 or 14441359. OLE color: 14441359.

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

Color convert

RGB 143 91 220 -
CMYK 0.35 0.59 0 0.14
HSL 264.19º 0.65% 0.61% -
HSV(B) 264.19º 0.59% 0.86% -
XYZ 27.99 18.49 69.8 -
YUV 121.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 143 91 220 0.35 0.59 0 0.14 264.19 0.65 0.61
Hex 8F 5B DC 23 3B 0 E 108 41 3D
Octal 217 133 334 43 73 0 16 410 101 75
Binary 10001111 1011011 11011100 100011 111011 0 1110 100001000 1000001 111101

Color Harmonies of #8F5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5BDC

Black with #8F5BDC

Text Example


Text Example

White with #8F5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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