Html Css Color HEX #8F84DC Medium Purple

📋 copy color: '#8F84DC'

red 143 ◦ green 132 ◦ blue 220

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

Shades of Medium Purple #8F84DC

Tints of Medium Purple #8F84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

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

R = 28.89%
G = 26.67%
B = 44.44%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F84DC (or 0x8F84DC) is known color: Medium Purple. HEX triplet: 8F, 84 and DC. RGB value is (143,132,220). Sum of RGB (Red+Green+Blue) = 143+132+220=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F84DC is #707B23. Grayscale: #909090. Windows color (decimal): -7371556 or 14451855. OLE color: 14451855.

HSL color Cylindrical-coordinate representation of color #8F84DC: hue angle of 247.5º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F84DC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 132 220 -
CMYK 0.35 0.40 0 0.14
HSL 247.5º 0.56% 0.69% -
HSV(B) 247.5º 0.4% 0.86% -
XYZ 32.5 27.51 71.31 -
YUV 145.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 143 132 220 0.35 0.40 0 0.14 247.5 0.56 0.69
Hex 8F 84 DC 23 28 0 E F8 38 45
Octal 217 204 334 43 50 0 16 370 70 105
Binary 10001111 10000100 11011100 100011 101000 0 1110 11111000 111000 1000101

Color Harmonies of #8F84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F84DC

Black with #8F84DC

Text Example


Text Example

White with #8F84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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