Html Css Color HEX #8F73DC Medium Purple

📋 copy color: '#8F73DC'

red 143 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #8F73DC

Tints of Medium Purple #8F73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.06%

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

R = 29.92%
G = 24.06%
B = 46.03%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F73DC (or 0x8F73DC) is known color: Medium Purple. HEX triplet: 8F, 73 and DC. RGB value is (143,115,220). Sum of RGB (Red+Green+Blue) = 143+115+220=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73DC is #708C23. Grayscale: #868686. Windows color (decimal): -7375908 or 14447503. OLE color: 14447503.

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

Color convert

RGB 143 115 220 -
CMYK 0.35 0.48 0 0.14
HSL 256º 0.6% 0.66% -
HSV(B) 256º 0.48% 0.86% -
XYZ 30.38 23.27 70.6 -
YUV 135.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 143 115 220 0.35 0.48 0 0.14 256 0.6 0.66
Hex 8F 73 DC 23 30 0 E 100 3C 42
Octal 217 163 334 43 60 0 16 400 74 102
Binary 10001111 1110011 11011100 100011 110000 0 1110 100000000 111100 1000010

Color Harmonies of #8F73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F73DC

Black with #8F73DC

Text Example


Text Example

White with #8F73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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